Tue, 01 Oct 2024 17:36:03 UTC | login

Information for build ghc-hashtables-1.2.3.3-1.fc31

ID125121
Package Nameghc-hashtables
Version1.2.3.3
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-hashtables.git#0eabc8c0fd7481d7a4a408c2f926f367f94de94c
SummaryMutable hash tables in the ST monad
DescriptionThis 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 22 Sep 2019 00:31:27 UTC
CompletedSun, 22 Sep 2019 01:07:22 UTC
Taskbuild (f31-candidate, /rpms/ghc-hashtables.git:0eabc8c0fd7481d7a4a408c2f926f367f94de94c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-hashtables.git#0eabc8c0fd7481d7a4a408c2f926f367f94de94c'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 1.2.3.3-1 - update to 1.2.3.3 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.2.3.1-3 - refresh to cabal-rpm-0.13 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 1.2.3.1-1 - update to 1.2.3.1 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.2.2.1-1 - update to 1.2.2.1