aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-hashmap.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-30hashmap: migrate documentation from Documentation/technical into headerStefan Beller1-309/+0
2017-03-28Merge branch 'jh/memihash-opt'Junio C Hamano1-0/+22
2017-03-23hashmap: document memihash_cont, hashmap_disallow_rehash apiJeff Hostetler1-0/+22
2017-01-19clear_delta_base_cache(): don't modify hashmap while iteratingJeff King1-1/+3
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedJunio C Hamano1-0/+5
2014-07-07hashmap: add string interning APIKarsten Blees1-0/+15
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees1-0/+14
2014-07-07hashmap: improve struct hashmap member documentationKarsten Blees1-4/+12
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees1-0/+9
2014-05-19Documentation/technical/api-hashmap: remove source highlightingAnders Kaseorg1-1/+0
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees1-1/+1
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees1-0/+235