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