tommyds
tommyds copied to clipboard
A C library of hashtables and tries designed to store objects with high performance
If you need the data, then just use node->data.
It useful to iterate over extended nodes.
Useful for amalgamation.
Sample code for the three hash table variants all contain a type name that does not exist. Fix each of them by using the corresponding type name.
Depending on warning options used, tommy_cast() results in many build warnings if a void * is not used, which happens in many cases. Suppress these warnings by doing the actual...
Libdynamic update