summaryrefslogtreecommitdiffstats
path: root/test-hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* hashmap: add string interning APIKarsten Blees2014-07-071-0/+14
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-8/+3
* test-hashmap.c: drop unnecessary #includesJonathan Nieder2014-02-241-2/+1
* remove old hash.[ch] implementationKarsten Blees2013-11-181-84/+0
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+340