slackbuilds/libraries/robin-map
Christoph Willing 3444eb42a9
libraries/robin-map: Updated for version 1.0.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-08-20 10:06:45 +07:00
..
README libraries/robin-map: Wrap README at 72 columns. 2022-03-13 16:39:53 -04:00
robin-map.SlackBuild libraries/robin-map: Updated for version 1.0.1 2022-08-20 10:06:45 +07:00
robin-map.info libraries/robin-map: Updated for version 1.0.1 2022-08-20 10:06:45 +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.