package | description | category | license |
---|---|---|---|
clibs/hash | hash library built on zhash | Data structure | MIT |
troydhanson/uthash | C macros for hash tables and more | Data structure | Unlicensed |
ajaymt/dict.c | Simple dictionary implemented through a linked list | Data structure | MIT |
jwerle/murmurhash.c | MurmurHash3 general hash bashed lookup function implementation | Hashing | MIT |
clibs/sha1 | sha1 hash algorithm | Hashing | public domain |
catb0t/fnv-hash | Fowler/Noll/Vo non-cryptographic hash algorithms | Hashing | Public Domain |