felixguendling / cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.84k stars 119 forks source link

Add method to enlarge basic_vecvec::bucket #234

Closed MichaelKutzner closed 1 month ago

MichaelKutzner commented 1 month ago

Offers a method to enlarge a basic_vecvec::bucket, which is needed in some use cases. Currently this is only possible by multiple calls to bucket::push_back(), which isn't great when inserting many elements.