tommyds icon indicating copy to clipboard operation
tommyds copied to clipboard

A C library of hashtables and tries designed to store objects with high performance

Results 7 tommyds issues
Sort by recently updated
recently updated
newest added

If you need the data, then just use node->data.

It useful to iterate over extended nodes.

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