A collection of std-like single-header C++ libraries
-
Updated
Feb 10, 2026 - C++
A collection of std-like single-header C++ libraries
C++11/20 library that provides static_vector, small_vector, static_map, small_map, flat_map, static_flat_map, small_flat_map, static_unordered_map, small_unordered_map, etc.
Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms
A faster method for singular erasures, ranged erasures, and erase_if-style erasures for vector/deque/static_vector when element order is not important.
A high-performance, fixed-capacity vector implementation for C++17 with STL-compatible interface and no dynamic memory allocation.
A no-std, stack-allocated vector with fixed capacity and dynamic length
A Modern C++20 utility library.
Add a description, image, and links to the static-vector topic page so that developers can more easily learn about it.
To associate your repository with the static-vector topic, visit your repo's landing page and select "manage topics."