SlackBuildsOrg/libraries/robin-map
Christoph Willing 9700739a12
libraries/robin-map: Updated for version 1.2.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-04 07:19:58 +07:00
..
README
robin-map.info
robin-map.SlackBuild
slack-desc

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.