gnzlbg / static_vector

A dynamically-resizable vector with fixed capacity and embedded storage
https://gnzlbg.github.io/static_vector
167 stars 21 forks source link

More useful if... #50

Open i42output opened 3 years ago

i42output commented 3 years ago

We could have the equivalent of a std::vector with a small buffer optimization where we can specify the size of the small buffer; so similar to what you currently have but with no fixed capacity.

ozhang3 commented 10 months ago

That would be a small vector. See https://www.boost.org/doc/libs/1_83_0/doc/html/boost/container/small_vector.html