summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-hashmap.txt
AgeCommit message (Expand)AuthorFilesLines
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedLibravatar Junio C Hamano1-0/+5
2014-07-07hashmap: add string interning APILibravatar Karsten Blees1-0/+15
2014-07-07hashmap: add simplified hashmap_get_from_hash() APILibravatar Karsten Blees1-0/+14
2014-07-07hashmap: improve struct hashmap member documentationLibravatar Karsten Blees1-4/+12
2014-07-07hashmap: factor out getting a hash code from a SHA1Libravatar Karsten Blees1-0/+9
2014-05-19Documentation/technical/api-hashmap: remove source highlightingLibravatar Anders Kaseorg1-1/+0
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereLibravatar Karsten Blees1-1/+1
2013-11-18add a hashtable implementation that supports O(1) removalLibravatar Karsten Blees1-0/+235