diff -r b0300de92b72 -r a7b913d5d589 docs/Writerside/topics/hash_map.h.md
--- a/docs/Writerside/topics/hash_map.h.md Tue Feb 11 19:55:32 2025 +0100
+++ b/docs/Writerside/topics/hash_map.h.md Tue Feb 11 20:10:29 2025 +0100
@@ -1,7 +1,7 @@
# Hash Map
-Outdated - Rewrite!
+Outdated Section - will be updated soon!
UCX provides a basic hash map implementation with a configurable amount of buckets.
@@ -11,6 +11,15 @@
specific hash map implementation, and you would need to remove all calls to this function when you want to
exchange the concrete map implementation with something different.
+
+
+
+
+hash_map.h
+
+
+