static-vector
There are 6 repositories under static-vector topic.
iboB/itlib
A collection of std-like single-header C++ libraries
slavenf/sfl-library
C++11 library. Small vector. Static vector. Small flat map/set. Static flat map/set. Compact vector. Segmented vector/devector.
arturbac/small_vectors
Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms
mattreecebentley/plf_reorderase
A faster method for singular erasures, ranged erasures, and erase_if-style erasures for vector/deque/static_vector when element order is not important.
karanchawla/static_vector
A high-performance, fixed-capacity vector implementation for C++17 with STL-compatible interface and no dynamic memory allocation.
WillisMedwell/Utily
A Modern C++20 utility library.