diff options
Diffstat (limited to 'libraries/robin-map')
-rw-r--r-- | libraries/robin-map/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/robin-map/README b/libraries/robin-map/README index 724f3decf3..ef0cbe958e 100644 --- a/libraries/robin-map/README +++ b/libraries/robin-map/README @@ -1,3 +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. +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. |