3 lines
157 B
Text
3 lines
157 B
Text
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.
|