Fast hash map and hash set C++ library using hopscotch hashing
C++ implementation of a fast hash map and hash set using hopscotch hashing
hopscotch-map$ g++ -I$(brew --prefix hopscotch-map)/include myprogram.cpp -o myprogram$ brew --prefix hopscotch-map$ brew info hopscotch-map