معرفی شرکت ها


robin-map-devel-1.2.2-1.fc39.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

C++ implementation of a fast hash map and hash set using robin hood hashing
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته robin-map-devel
نام فایل بسته robin-map-devel-1.2.2-1.fc39.noarch.rpm
نسخه بسته 1.2.2
انتشار بسته 1.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 21 Mar 2024 04
هاست سازنده buildvm-s390x-06.s390.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/Tessil/robin-map
مجوز MIT
حجم دانلود 35K
حجم نصب 145.664K
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).


جایگزین ها

بسته نسخه معماری مخزن
robin-map-devel-1.2.1-3.fc39.noarch.rpm 1.2.1 noarch Fedora Everything


نیازمندی

مقدار نام
- cmake-filesystem


ارائه دهنده

مقدار نام
= 1.2.2 cmake(tsl-robin-map)
= 1.2.2-1.fc39 robin-map-devel


نحوه نصب


نصب پکیج rpm robin-map-devel:

    dnf install robin-map-devel-1.2.2-1.fc39.noarch.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


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2024-03-21

Update to 1.2.2.

2024-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

2024-01-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

2023-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2023-01-12

Update to 1.2.1.

2022-07-23

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-04-06

Update to 1.0.1.