Elijah Newren
|
15beaaa3d1
Fix spelling errors in code comments
|
5 лет назад |
Eric Wong
|
404ab78e39
hashmap: remove type arg from hashmap_{get,put,remove}_entry
|
5 лет назад |
Eric Wong
|
c8e424c9c9
hashmap: introduce hashmap_free_entries
|
5 лет назад |
Eric Wong
|
8a973d0bb3
hashmap: hashmap_{put,remove} return hashmap_entry *
|
5 лет назад |
Eric Wong
|
87571c3f71
hashmap: use *_entry APIs for iteration
|
5 лет назад |
Eric Wong
|
939af16eac
hashmap_cmp_fn takes hashmap_entry params
|
5 лет назад |
Eric Wong
|
f23a465132
hashmap_get{,_from_hash} return "struct hashmap_entry *"
|
5 лет назад |
Eric Wong
|
6bcbdfb277
hashmap_get_next returns "struct hashmap_entry *"
|
5 лет назад |
Eric Wong
|
26b455f21e
hashmap_put takes "struct hashmap_entry *"
|
5 лет назад |
Eric Wong
|
28ee794128
hashmap_remove takes "const struct hashmap_entry *"
|
5 лет назад |
Eric Wong
|
b6c5241606
hashmap_get takes "const struct hashmap_entry *"
|
5 лет назад |
Eric Wong
|
b94e5c1df6
hashmap_add takes "struct hashmap_entry *"
|
5 лет назад |
Eric Wong
|
f6eb6bdcf2
hashmap_get_next takes "const struct hashmap_entry *"
|
5 лет назад |
Eric Wong
|
d22245a2e3
hashmap_entry_init takes "struct hashmap_entry *"
|
5 лет назад |
Jeff Hostetler
|
8b604d1951
hashmap: add API to disable item counting when threaded
|
8 лет назад |
Stefan Beller
|
7663cdc86c
hashmap.h: compare function has access to a data field
|
8 лет назад |
Jeff Hostetler
|
0607e10009
hashmap: add disallow_rehash setting
|
8 лет назад |
Jeff Hostetler
|
f75619bd6d
hashmap: allow memihash computation to be continued
|
8 лет назад |
Jeff King
|
96ffc06f72
convert trivial cases to FLEX_ARRAY macros
|
9 лет назад |
Karsten Blees
|
7b64d42d22
hashmap: add string interning API
|
11 лет назад |
Karsten Blees
|
6a364ced49
add a hashtable implementation that supports O(1) removal
|
11 лет назад |