Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

robin-map-devel-0.6.1-2.el8 RPM for noarch

From EPEL 8 for s390x / Packages / r

Name: robin-map-devel Distribution: Fedora Project
Version: 0.6.1 Vendor: Fedora Project
Release: 2.el8 Build date: Wed Aug 7 01:43:22 2019
Group: Unspecified Build host: buildhw-10.phx2.fedoraproject.org
Size: 124777 Source RPM: robin-map-0.6.1-2.el8.src.rpm
Packager: Fedora Project
Url: https://github.com/Tessil/robin-map
Summary: C++ implementation of a fast hash map and hash set using robin hood hashing
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).

Provides

Requires

License

MIT

Changelog

* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Feb 27 2019 Richard Shaw <hobbes1069@gmail.com> - 0.6.1-1
  - Update to 0.6.1.
* Tue Feb 12 2019 Richard Shaw <hobbes1069@gmail.com> - 0.6.0-2
  - Add patch for GCC 9 warnings.
* Mon Feb 11 2019 Richard Shaw <hobbes1069@gmail.com> - 0.6.0-1
  - Update to 0.6.0.
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jun 11 2018 Richard Shaw <hobbes1069@gmail.com> - 0.2.0-1
  - Initial packaging.

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 28 04:31:28 2024