uthash is a hash for C structures, allowing any C structure having a unique key field to be hashed. Structures can be added, deleted, or removed from the hash in constant time. The key field can have any data type.
| Tags | Software Development |
|---|---|
| Licenses | BSD Revised |
| Implementation | C |
Last announcement
Uthash, the hash table for C structures, has moved to GitHub as of January, 2013:
http://troydhanson.github.com/uthash
If you use uthash, pl...
Recent releases


Release Notes: A number of small enhancements were made to the supplemental utilities included with uthash, including new list operations (prepend, replace, and support for structures that use different naming conventions), new dynamic string features (KMP substring search, format checking), compatibility improvements, and improved documentation.


Release Notes: This release includes support for MurmurHash v3, new utlist concatenation macros, utarray binary search, new utstring functionality, new documentation, and bugfixes.


Release Notes: This is a minor bugfix release to fix compatibility with Intel compilers and to make the HASH_ITER macro C++ compatible.


Release Notes: This minor enhancement release adds a new deletion-safe iteration macro, a port of the hashscan utility to FreeBSD, bug fixes, and documentation improvements.


Release Notes: This release supports Visual Studio 2008 and 2010. It includes new "extras": utarray.h for dynamic arrays, utstring.h for dynamic strings, and utlist.h for linked lists.