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

robin-map-devel-1.2.2-1.mga10 RPM for noarch

From Mageia Cauldron for x86_64 / media / core / release

Name: robin-map-devel Distribution: Mageia
Version: 1.2.2 Vendor: Mageia.Org
Release: 1.mga10 Build date: Thu Mar 21 07:07:24 2024
Group: Development/C++ Build host: localhost
Size: 149246 Source RPM: robin-map-1.2.2-1.mga10.src.rpm
Packager: daviddavid <daviddavid>
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

* Thu Mar 21 2024 daviddavid <daviddavid> 1.2.2-1.mga10
  + Revision: 2051064
  - new version: 1.2.2
* Thu Jan 12 2023 daviddavid <daviddavid> 1.2.1-1.mga9
  + Revision: 1932633
  - new version: 1.2.1
* Sun Dec 04 2022 daviddavid <daviddavid> 1.0.1-1.mga9
  + Revision: 1917819
  - disable testsuite which require boost-static libs now
  + neoclust <neoclust>
  - New version  1.0.1
* Thu Mar 24 2022 umeabot <umeabot> 0.6.3-2.mga9
  + Revision: 1824274
  - Mageia 9 Mass Rebuild

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, Tue Apr 23 03:53:15 2024