Skip to content

Conversation

@Li-Xiang-Ideal
Copy link

Add functions to append new data directly to the end of the buffer, improving efficiency by avoiding intermediate copies.

CHANGES

  • Add generate_back_ustr<T>() for constructing data directly at the end of buffer using indices
  • Add transform_back_ustr<T>() for transforming source data and inserting at buffer end
  • Add common buffer management functions: size(), reserve(), resize()

Add functions to append new data directly to the end of the buffer,
improving efficiency by avoiding intermediate copies.

CHANGES
- Add `generate_back_ustr<T>()` for constructing data directly at the end of buffer using indices
- Add `transform_back_ustr<T>()` for transforming source data and inserting at buffer end
- Add common buffer management functions: `size()`, `reserve()`, `resize()`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant