docs/Writerside/topics/hash_map.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
equal deleted inserted replaced
1145:1a8fe7b7dd8a 1146:151c057faf7c
1 # Hash Map 1 # Hash Map
2
3 <warning>
4 Outdated - Rewrite!
5 </warning>
2 6
3 UCX provides a basic hash map implementation with a configurable amount of buckets. 7 UCX provides a basic hash map implementation with a configurable amount of buckets.
4 If you do not specify the number of buckets, a default of 16 buckets will be used. 8 If you do not specify the number of buckets, a default of 16 buckets will be used.
5 You can always rehash the map with `cxMapRehash()` to change the number of buckets to something more efficient, 9 You can always rehash the map with `cxMapRehash()` to change the number of buckets to something more efficient,
6 but you need to be careful, because when you use this function you are effectively locking into using this 10 but you need to be careful, because when you use this function you are effectively locking into using this

mercurial