robin-map

Fast hash map and hash set C++ library implementation

brewmacoslinux
Try with needOr install directly
Source

About

C++ implementation of a fast hash map and hash set

Commands

robin-map

Examples

Include robin-map headers in C++ project for fast hash operations$ brew install robin-map && cat $(brew --prefix robin-map)/include/tsl/robin_map.h
View installation path for use in CMake or build configuration$ brew --prefix robin-map
Check installed version and package details$ brew info robin-map