freebsd-ports/devel/uthash/pkg-descr
Ryan Steinmetz 57f9d384d1 New port: devel/uthash
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.

WWW: http://uthash.sourceforge.net/
2012-05-06 18:02:04 +00:00

6 lines
286 B
Text

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.
WWW: http://uthash.sourceforge.net/