summaryrefslogtreecommitdiffstats
path: root/libraries/robin-map/README
blob: 724f3decf3e2538843de16ff48c7b2e94ffb5b30 (plain)
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.