Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hashmap: add API to disable item counting when threadedjh/hashmap-disable-counting | Jeff Hostetler | 2017-09-07 | 1 | -9/+17 |
* | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 | 1 | -5/+12 |
* | hashmap: add disallow_rehash setting | Jeff Hostetler | 2017-03-22 | 1 | -1/+11 |
* | hashmap: allow memihash computation to be continued | Jeff Hostetler | 2017-03-22 | 1 | -0/+17 |
* | convert trivial cases to FLEX_ARRAY macros | Jeff King | 2016-02-22 | 1 | -2/+1 |
* | hashmap: add string interning APIkb/hashmap-updates | Karsten Blees | 2014-07-07 | 1 | -0/+38 |
* | add a hashtable implementation that supports O(1) removal | Karsten Blees | 2013-11-18 | 1 | -0/+228 |