C++ fast hash map and hash set using robin hood hashing
robin_map-0.6.3-2-any
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.