mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
f40cbbf3f1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
3 lines
182 B
Text
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.
|