libghthash

Generic hash table library for C++ providing efficient key-value storage

brewmacoslinux
Try with needOr install directly
Source

About

Generic hash table for C++

Commands

libghthash

Examples

Include the library in a C++ project to use hash table functionality$ #include <ghthash.h> // Use ght_hash_table_new() to create hash tables
Link libghthash when compiling C++ code$ g++ -o myapp myapp.cpp -lghthash
Access library documentation and headers after installation$ brew info libghthash && find /usr/local/Cellar/libghthash -name '*.h'