summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-hashmap.txt
Commit message (Expand)AuthorAgeFilesLines
* hashmap: add string interning APIkb/hashmap-updatesKarsten Blees2014-07-071-0/+15
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-0/+14
* hashmap: improve struct hashmap member documentationKarsten Blees2014-07-071-4/+12
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-0/+9
* Documentation/technical/api-hashmap: remove source highlightingkb/fast-hashmapAnders Kaseorg2014-05-191-1/+0
* 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/+235