robin_map

C++ fast hash map and hash set using robin hood hashing

Version

0.6.3-2
(2023-03-30)

Size

21.5

KiB

Repository

HaikuPorts
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.