thmap icon indicating copy to clipboard operation
thmap copied to clipboard

Concurrent trie-hash map library

Results 3 thmap issues
Sort by recently updated
recently updated
newest added

https://github.com/rmind/thmap/blob/8149b27f096b71ab93df00615a3b07f4dfd7e820/src/thmap.c#L836-L838 thmap_del API has no way to report allocation failure to the caller.

In using like a hashmap, a need may be possible to destroy the tree without first deleting all entries, in situations when "foreach" or sibling access is not needed. Then,...