summaryrefslogtreecommitdiff
path: root/hashmap.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-07hashmap: add string interning APILibravatar Karsten Blees1-0/+8
2014-07-07hashmap: add simplified hashmap_get_from_hash() APILibravatar Karsten Blees1-0/+8
2014-07-07hashmap: factor out getting a hash code from a SHA1Libravatar Karsten Blees1-0/+11
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereLibravatar Karsten Blees1-1/+1
2013-11-18add a hashtable implementation that supports O(1) removalLibravatar Karsten Blees1-0/+71