Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-03-28 |
|\ | |||
| * | hashmap: document memihash_cont, hashmap_disallow_rehash api | Jeff Hostetler | 2017-03-23 |
* | | clear_delta_base_cache(): don't modify hashmap while iterating | Jeff King | 2017-01-19 |
|/ | |||
* | hashmap: clarify that hashmap_entry can safely be discarded | Junio C Hamano | 2016-08-02 |
* | hashmap: add string interning API | Karsten Blees | 2014-07-07 |
* | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 2014-07-07 |
* | hashmap: improve struct hashmap member documentation | Karsten Blees | 2014-07-07 |
* | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 |
* | Documentation/technical/api-hashmap: remove source highlighting | Anders Kaseorg | 2014-05-19 |
* | hashmap.h: use 'unsigned int' for hash-codes everywhere | Karsten Blees | 2014-02-24 |
* | add a hashtable implementation that supports O(1) removal | Karsten Blees | 2013-11-18 |