--- a/docs/Writerside/topics/hash_map.h.md Tue Mar 11 11:10:19 2025 +0100 +++ b/docs/Writerside/topics/hash_map.h.md Tue Mar 11 12:05:01 2025 +0100 @@ -2,6 +2,7 @@ UCX provides a basic hash map implementation with a configurable amount of buckets. If you do not specify the number of buckets, a default of 16 buckets will be used. + You can always rehash the map with `cxMapRehash()` to change the number of buckets to something more efficient, but you need to be careful, because when you use this function you are effectively locking into using this specific hash map implementation, and you would need to remove all calls to this function when you want to