slackbuilds_ponce/libraries/robin-map/README
Christoph Willing f40cbbf3f1
libraries/robin-map: Added (C++ fast hash map).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-08-10 06:46:42 +07:00

3 lines
182 B
Text

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.