slackbuilds/libraries/robin-map
B. Watson 7ed0385b74 libraries/robin-map: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 16:39:53 -04:00
..
README libraries/robin-map: Wrap README at 72 columns. 2022-03-13 16:39:53 -04:00
robin-map.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +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.