summaryrefslogtreecommitdiff
path: root/hashmap.c
AgeCommit message (Expand)Author
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-03-22hashmap: add disallow_rehash settingJeff Hostetler
2017-03-22hashmap: allow memihash computation to be continuedJeff Hostetler
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2014-07-07hashmap: add string interning APIKarsten Blees
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees