aboutsummaryrefslogtreecommitdiff
path: root/hashmap.h
Commit message (Expand)AuthorAge
* hashmap: adjust documentation to reflect realityJohannes Schindelin2017-12-05
* hashmap: add API to disable item counting when threadedJeff Hostetler2017-09-07
* hashmap: migrate documentation from Documentation/technical into headerStefan Beller2017-06-30
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-30
* hashmap: add disallow_rehash settingJeff Hostetler2017-03-22
* hashmap: allow memihash computation to be continuedJeff Hostetler2017-03-22
* hashmap: add string interning APIKarsten Blees2014-07-07
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-07
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-07
* hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-24
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-18