summaryrefslogtreecommitdiff
path: root/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* hashmap: adjust documentation to reflect realityjs/hashmap-update-sampleJohannes Schindelin2017-12-051-31/+29
* hashmap: add API to disable item counting when threadedjh/hashmap-disable-countingJeff Hostetler2017-09-071-21/+51
* hashmap: migrate documentation from Documentation/technical into headersb/hashmap-customize-comparisonStefan Beller2017-06-301-32/+316
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-4/+8
* hashmap: add disallow_rehash settingJeff Hostetler2017-03-221-0/+24
* hashmap: allow memihash computation to be continuedJeff Hostetler2017-03-221-0/+1
* hashmap: add string interning APIkb/hashmap-updatesKarsten Blees2014-07-071-0/+8
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-0/+8
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-0/+11
* hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-241-1/+1
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+71