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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.