docs/Writerside/topics/hash_map.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
--- a/docs/Writerside/topics/hash_map.h.md	Sat Jan 25 13:40:50 2025 +0100
+++ b/docs/Writerside/topics/hash_map.h.md	Sat Jan 25 13:44:24 2025 +0100
@@ -1,5 +1,9 @@
 # Hash Map
 
+<warning>
+Outdated - Rewrite!
+</warning>
+
 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,

mercurial