aboutsummaryrefslogtreecommitdiffstats
path: root/hashmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler1-9/+17
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-5/+12
2017-03-22hashmap: add disallow_rehash settingJeff Hostetler1-1/+11
2017-03-22hashmap: allow memihash computation to be continuedJeff Hostetler1-0/+17
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King1-2/+1
2014-07-07hashmap: add string interning APIKarsten Blees1-0/+38
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees1-0/+228