
3 Sep
2025
3 Sep
'25
8:17 p.m.
On Wed, Sep 3, 2025 at 1:03 PM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
...allocate dynamic storage beyond that
I see, so this is a flavor of small buffer optimization. And std::bitset is the equivalent of the fixed_bitset or maybe static_bitset, can't recall which (a fixed number of elements determine at compile-time). What do you call the bitset whose size can change yet the capacity of the bitset is fixed at compile time? Or is that not a use-case typically desired? (i.e. boost::static_string is that container for strings). Thanks