A collection of std-like single-header C++ libraries
-
Updated
Oct 31, 2025 - C++
A collection of std-like single-header C++ libraries
C++11 library that provides several new or lesser-known containers, like flat_map/set, small_map/set, static_map/set, small_vector, static_vector, and many more.
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 Modern C++20 utility library.
A no-std, stack-allocated vector with fixed capacity and dynamic length
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."