Header only associative linear container.
Various open addressing hashmap algorithms in C++
C++ implementation of a fast hash map and hash set using hopscotch hashing
C++ implementation of a fast hash map and hash set using robin hood hashing
C++ associative containers