summaryrefslogtreecommitdiff
path: root/hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-2/+1
* hashmap: add string interning APIkb/hashmap-updatesKarsten Blees2014-07-071-0/+38
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+228