Fri, 21 Feb 2025 14:05:11 UTC | login

Information for RPM robin-map-devel-1.3.0-4.fc42.noarch.rpm

ID1506049
Namerobin-map-devel
Version1.3.0
Release4.fc42
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 Time2025-01-18 22:38:37 GMT
Size35.83 KB
2e48157386264b702d5dfc978bb01c80
LicenseMIT
Provides
cmake(tsl-robin-map) = 1.3.0
robin-map-devel = 1.3.0-4.fc42
robin-map-static = 1.3.0-4.fc42
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
cmake-filesystem
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 12 of 12
Name ascending sort Size
/usr/include/tsl0.00 B
/usr/include/tsl/robin_growth_policy.h11.90 KB
/usr/include/tsl/robin_hash.h53.33 KB
/usr/include/tsl/robin_map.h28.10 KB
/usr/include/tsl/robin_set.h23.39 KB
/usr/share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake1.25 KB
/usr/share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake2.69 KB
/usr/share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake4.03 KB
/usr/share/doc/robin-map-devel0.00 B
/usr/share/doc/robin-map-devel/README.md22.71 KB
/usr/share/licenses/robin-map-devel0.00 B
/usr/share/licenses/robin-map-devel/LICENSE1.08 KB
Component of No Buildroots