Generic hash table library for C++ providing efficient key-value storage
Generic hash table for C++
libghthash$ #include <ghthash.h>
// Use ght_hash_table_new() to create hash tables$ g++ -o myapp myapp.cpp -lghthash$ brew info libghthash && find /usr/local/Cellar/libghthash -name '*.h'