summaryrefslogtreecommitdiff
path: root/hashmap.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler1-21/+51
2017-06-30hashmap: migrate documentation from Documentation/technical into headerStefan Beller1-32/+316
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-4/+8
2017-03-22hashmap: add disallow_rehash settingJeff Hostetler1-0/+24
2017-03-22hashmap: allow memihash computation to be continuedJeff Hostetler1-0/+1
2014-07-07hashmap: add string interning APIKarsten Blees1-0/+8
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees1-0/+8
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees1-0/+11
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees1-1/+1
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees1-0/+71