hopscotch-map

Fast hash map and hash set C++ library using hopscotch hashing

brewmacoslinux
Try with needOr install directly
Source

About

C++ implementation of a fast hash map and hash set using hopscotch hashing

Commands

hopscotch-map

Examples

Include the header file in a C++ project for hash map usage$ g++ -I$(brew --prefix hopscotch-map)/include myprogram.cpp -o myprogram
View the installed library location$ brew --prefix hopscotch-map
Check the version of hopscotch-map installed$ brew info hopscotch-map