Wed, 11 Dec 2024 08:16:37 UTC | login

Information for build ghc-hashtables-1.2.3.1-3.fc31

ID103844
Package Nameghc-hashtables
Version1.2.3.1
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-hashtables.git#2711cf20d800976ffd7b980ffe83a05c00f4ef39
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
StartedFri, 26 Jul 2019 13:10:43 UTC
CompletedFri, 26 Jul 2019 17:00:44 UTC
Taskbuild (f31-candidate, /rpms/ghc-hashtables.git:2711cf20d800976ffd7b980ffe83a05c00f4ef39)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-hashtables.git#2711cf20d800976ffd7b980ffe83a05c00f4ef39'}}
Tags
f31
f32
f33
RPMs
src
ghc-hashtables-1.2.3.1-3.fc31.src.rpm (info) (download)
riscv64
ghc-hashtables-1.2.3.1-3.fc31.riscv64.rpm (info) (download)
ghc-hashtables-devel-1.2.3.1-3.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * 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