summaryrefslogtreecommitdiffstats
path: root/libraries/robin-map/README
blob: ef0cbe958e0e8bb201d54c4106df1f49a9393cdd (about) (plain) (blame)
1
2
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.