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.
Categories
AlgorithmsLicense
BSD LicenseFollow uthash
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Very simple, well documented, many hash functions to choose from, thank you very much!
-
Thank you for your work.
-
Very useful project!
-
Very nice.
-
it is very useful for C learner,thanks for the author.