K 10 svn:author V 2 zi K 8 svn:date V 27 2012-05-06T18:02:04.000000Z K 7 svn:log V 310 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/ END