Sun, 06 Oct 2024 08:57:01 UTC | login

Information for build ghc-hashtables-1.2.3.4-1.fc33

ID153600
Package Nameghc-hashtables
Version1.2.3.4
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-hashtables.git#b228c6828115cb9c9850be8f047cde39ac137b1a
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
StartedSun, 19 Apr 2020 04:38:03 UTC
CompletedSun, 19 Apr 2020 05:41:27 UTC
Taskbuild (f33, /rpms/ghc-hashtables.git:b228c6828115cb9c9850be8f047cde39ac137b1a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-hashtables.git#b228c6828115cb9c9850be8f047cde39ac137b1a'}}
Tags
f33
RPMs
src
ghc-hashtables-1.2.3.4-1.fc33.src.rpm (info) (download)
noarch
ghc-hashtables-doc-1.2.3.4-1.fc33.noarch.rpm (info) (download)
riscv64
ghc-hashtables-1.2.3.4-1.fc33.riscv64.rpm (info) (download)
ghc-hashtables-devel-1.2.3.4-1.fc33.riscv64.rpm (info) (download)
ghc-hashtables-prof-1.2.3.4-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 1.2.3.4-1 - update to 1.2.3.4 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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