std-map
There are 3 repositories under std-map topic.
mpaland/avl_array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
goblinhack/c-plus-plus-examples
A collection of C++ examples, all compilable. Covers from C++11 to C++20.
justinasvd/art_map
std::map/std::set implementation using the adaptive radix tree