Mon, 01 Jul 2024 06:16:04 UTC | login

Information for build ghc-hashtables-1.2.3.1-2.fc30

ID87217
Package Nameghc-hashtables
Version1.2.3.1
Release2.fc30
Epoch
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 complete
Volume DEFAULT
StartedSat, 23 Feb 2019 23:45:20 UTC
CompletedSun, 24 Feb 2019 01:09:57 UTC
Taskbuild (f30-candidate, ghc-hashtables-1.2.3.1-2.fc30.src.rpm)
Tags
f30
f31
RPMs
src
ghc-hashtables-1.2.3.1-2.fc30.src.rpm (info) (download)
riscv64
ghc-hashtables-1.2.3.1-2.fc30.riscv64.rpm (info) (download)
ghc-hashtables-devel-1.2.3.1-2.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 1.2.1.0-3 - refresh to cabal-rpm-0.11.1