Tue, 03 Dec 2024 20:53:55 UTC | login

Information for build ghc-hashtables-1.2.4.2-2.fc37

ID215431
Package Nameghc-hashtables
Version1.2.4.2
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-hashtables.git#13e4a1932861c1a7a0d275e3c04820a8c27bdb2c
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
StartedMon, 31 Oct 2022 11:12:54 UTC
CompletedMon, 31 Oct 2022 16:49:36 UTC
Taskbuild (f37, /rpms/ghc-hashtables.git:13e4a1932861c1a7a0d275e3c04820a8c27bdb2c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-hashtables.git#13e4a1932861c1a7a0d275e3c04820a8c27bdb2c'}}
Tags
f37
f38
RPMs
src
ghc-hashtables-1.2.4.2-2.fc37.src.rpm (info) (download)
noarch
ghc-hashtables-doc-1.2.4.2-2.fc37.noarch.rpm (info) (download)
riscv64
ghc-hashtables-1.2.4.2-2.fc37.riscv64.rpm (info) (download)
ghc-hashtables-devel-1.2.4.2-2.fc37.riscv64.rpm (info) (download)
ghc-hashtables-prof-1.2.4.2-2.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 1.2.4.2-1 - https://hackage.haskell.org/package/hashtables-1.2.4.2/changelog * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 05 2021 Jens Petersen <petersen@redhat.com> - 1.2.4.1-1 - update to 1.2.4.1 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild