summaryrefslogtreecommitdiffstats
path: root/hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* hashmap: add API to disable item counting when threadedJeff Hostetler2017-09-071-9/+17
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-5/+12
* hashmap: add disallow_rehash settingJeff Hostetler2017-03-221-1/+11
* hashmap: allow memihash computation to be continuedJeff Hostetler2017-03-221-0/+17
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-2/+1
* hashmap: add string interning APIKarsten Blees2014-07-071-0/+38
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+228