Containers
C++ B-tree - A template library that implements ordered in-memory containers based on a B-tree data structure. [Apache2]
A family of header-only, very fast and memory-friendly hashmap and btree containers [Apache2] website
Fast & memory efficient hashtable based on robin hood hashing for C++14. [MIT]
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion. [MIT]
A fast header-only hash map which uses hopscotch hashing for collisions resolution. [MIT]
An unordered "bag"-type container which outperforms std containers in high-modification scenarios while maintaining permanent pointers to non-erased elements regardless of insertion/erasure. [zLib] website
Header-only C++20 library that provides fixed capacity constexpr containers. [MIT]
A simplified implementation of Arthur O'Dwyer's ring_span implementation ie. a circular buffer view. [MIT]
A replacement container for the std::stack container adaptor, with better performance than any std container in a stack context. [zLib] website