uthash 1.9.4 released
Leave a Comment so far
Leave a comment
June 5, 2011, 12:24 pm
Filed under: Software updates
Filed under: Software updates
uthash v1.9.4 has been released.
Version 1.9.4 (2011-06-05)
- uthash now supports MurmurHash v3
- utlist now includes concatenation macros (LL_CONCAT and DL_CONCAT)
- utarray now supports binary search (utarray_find)
- utstring now supports a new-or-clear-existing macro (utstring_renew)
- documented technique for a multi-level hash table
- clarified scope requirements for UT_icd in the utarray documentation
- fixed termination when utstring_clear is followed by utstring_body
- fixed utarray_inserta macro when used with complex arguments
- on Visual Studio define missing type uint8_t
- Debian/Ubuntu include uthash in the package uthash-dev.
- uthash has been downloaded 16,211 times.
Thanks to Yu Feng, Richard Cook, Dino Ciuffetti, Chris Groer, and Arun Cherian for feedback and fixes in this release!
Edited to add: nice example of an LRU cache with uthash at http://jehiah.cz/a/uthash
Advertisement
Leave a Comment
Leave a Comment so far
Leave a comment
