docs/Writerside/topics/hash_map.h.md

branch
docs/3.1
changeset 1142
9437530176bc
parent 1141
a06a2d27c043
child 1143
0559812df10c
equal deleted inserted replaced
1141:a06a2d27c043 1142:9437530176bc
4 If you do not specify the number of buckets, a default of 16 buckets will be used. 4 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, 5 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 6 but you need to be careful, because when you use this function you are effectively locking into using this
7 specific hash map implementation, and you would need to remove all calls to this function when you want to 7 specific hash map implementation, and you would need to remove all calls to this function when you want to
8 exchange the concrete map implementation with something different. 8 exchange the concrete map implementation with something different.
9
10 ## Undocumented Symbols (TODO)
11 ### cxHashMapCreate
12 ### cxMapRehash

mercurial