Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-hashtables | Distribution: Fedora Project |
Version: 1.2.4.2 | Vendor: Fedora Project |
Release: 1.el9 | Build date: Sat Sep 3 12:24:27 2022 |
Group: Unspecified | Build host: buildvm-a64-16.iad2.fedoraproject.org |
Size: 558314 | Source RPM: ghc-hashtables-1.2.4.2-1.el9.src.rpm |
Packager: Fedora Project | |
Url: https://hackage.haskell.org/package/hashtables | |
Summary: Mutable hash tables in the ST monad |
This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. This package currently contains three hash table implementations: 1. Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. 2. Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing" which has worst-case O(1) lookups and can reach a high "load factor". 3. Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table.
BSD
* Tue Jun 07 2022 Jens Petersen <[email protected]> - 1.2.4.2-1 - https://hackage.haskell.org/package/hashtables-1.2.4.2/changelog * Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.2.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 05 2021 Jens Petersen <[email protected]> - 1.2.4.1-1 - update to 1.2.4.1 * Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.2.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.2.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <[email protected]> - 1.2.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 17 2020 Jens Petersen <[email protected]> - 1.2.3.4-2 - refresh to cabal-rpm-2.0.6
/usr/lib/.build-id /usr/lib/.build-id/49 /usr/lib/.build-id/49/716b38f98da6e4e0c9549675ae0284bd581784 /usr/lib64/libHShashtables-1.2.4.2-GIL5vYk1iSnKpmS31g9iMi-ghc8.10.7.so /usr/share/licenses/ghc-hashtables /usr/share/licenses/ghc-hashtables/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Dec 12 07:23:12 2024