slackbuilds/libraries/robin-map
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
README
robin-map.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
robin-map.info libraries/robin-map: Updated for version 0.6.3 2020-06-28 08:17:03 +07:00
slack-desc

README

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.