summaryrefslogtreecommitdiff
path: root/devel/uthash/DESCR
blob: 0e0bae6d6e0756aab58146c0b21ea6268177b891 (plain)
1
2
3
4
This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.