summaryrefslogtreecommitdiffstats
path: root/libraries/robin-map/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/robin-map/README')
-rw-r--r--libraries/robin-map/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/robin-map/README b/libraries/robin-map/README
new file mode 100644
index 0000000000..724f3decf3
--- /dev/null
+++ b/libraries/robin-map/README
@@ -0,0 +1,3 @@
+The robin-map library is a C++ implementation of a fast hash map and hash set
+using open-addressing and linear robin hood hashing with backward shift deletion
+to resolve collisions.