Sat, 21 Sep 2024 06:05:48 UTC | login

Information for RPM robin-map-devel-0.2.0-1.fc29.noarch.rpm

ID143017
Namerobin-map-devel
Version0.2.0
Release1.fc29
Epoch
Archnoarch
SummaryC++ implementation of a fast hash map and hash set using robin hood hashing
DescriptionThe 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. Four classes are provided: tsl::robin_map, tsl::robin_set, tsl::robin_pg_map and tsl::robin_pg_set. The first two are faster and use a power of two growth policy, the last two use a prime growth policy instead and are able to cope better with a poor hash function. Use the prime version if there is a chance of repeating patterns in the lower bits of your hash (e.g. you are storing pointers with an identity hash function). See GrowthPolicy for details. A benchmark of tsl::robin_map against other hash maps may be found here. This page also gives some advices on which hash table structure you should try for your use case (useful if you are a bit lost with the multiple hash tables implementations in the tsl namespace).
Build Time2018-06-15 21:09:26 GMT
Size25.95 KB
c5f22cf68a1761e27d2c313004baa674
LicenseMIT
Provides
robin-map-devel = 0.2.0-1.fc29
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 9 of 9
Name ascending sort Size
/usr/include/tsl0.00 B
/usr/include/tsl/robin_growth_policy.h9.50 KB
/usr/include/tsl/robin_hash.h40.95 KB
/usr/include/tsl/robin_map.h24.78 KB
/usr/include/tsl/robin_set.h19.94 KB
/usr/share/doc/robin-map-devel0.00 B
/usr/share/doc/robin-map-devel/README.md11.86 KB
/usr/share/licenses/robin-map-devel0.00 B
/usr/share/licenses/robin-map-devel/LICENSE1.04 KB
Component of No Buildroots