SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

robin-map-devel rpm build for : Fedora 37. For other distributions click robin-map-devel.

Name : robin-map-devel
Version : 1.0.1 Vendor : Fedora Project
Release : 2.fc37 Date : 2022-07-23 03:24:13
Group : Unspecified Source RPM : robin-map-1.0.1-2.fc37.src.rpm
Size : 0.14 MB
Packager : Fedora Project
Summary : C++ implementation of a fast hash map and hash set using robin hood hashing
Description :
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.

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).

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/37/76833/riscv64/Packages/r

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  robin-map-devel-1.0.1-2.fc37.noarch.rpm
ftp.icm.edu.pl  robin-map-devel-1.0.1-2.fc37.noarch.rpm
     

Provides :
cmake(tsl-robin-map)
robin-map-devel

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


Content of RPM :
/usr/include/tsl
/usr/include/tsl/robin_growth_policy.h
/usr/include/tsl/robin_hash.h
/usr/include/tsl/robin_map.h
/usr/include/tsl/robin_set.h
/usr/share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake
/usr/share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake
/usr/share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake
/usr/share/doc/robin-map-devel
/usr/share/doc/robin-map-devel/README.md
/usr/share/licenses/robin-map-devel
/usr/share/licenses/robin-map-devel/LICENSE

 
ICM