Sun, 07 Jul 2024 15:54:03 UTC | login

Information for build ghc-bytestring-trie-0.2.5.0-1.fc31

ID103683
Package Nameghc-bytestring-trie
Version0.2.5.0
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#b7391e1710fb0adb5fc3fdfbf1eb059d8f154fb9
SummaryAn efficient finite map from (byte)strings to values
DescriptionAn efficient finite map from bytestrings to values. The implementation is based on big-endian patricia trees, like "Data.IntMap". We first trie on the elements of "Data.ByteString" and then trie on the big-endian bit representation of those elements. Patricia trees have efficient algorithms for union and other merging operations, but they're also quick for lookups and insertions. If you are only interested in being able to associate strings to values, then you may prefer the 'hashmap' package which is faster for those only needing a map-like structure. This package is intended for those who need the extra capabilities that a trie-like structure can offer (e.g., structure sharing to reduce memory costs for highly redundant keys, taking the submap of all keys with a given prefix, contextual mapping, extracting the minimum and maximum keys, etc.).
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 26 Jul 2019 09:04:35 UTC
CompletedFri, 26 Jul 2019 11:25:35 UTC
Taskbuild (f31-candidate, /rpms/ghc-bytestring-trie.git:b7391e1710fb0adb5fc3fdfbf1eb059d8f154fb9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#b7391e1710fb0adb5fc3fdfbf1eb059d8f154fb9'}}
Tags
f31
f32
f33
RPMs
src
ghc-bytestring-trie-0.2.5.0-1.fc31.src.rpm (info) (download)
riscv64
ghc-bytestring-trie-0.2.5.0-1.fc31.riscv64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.5.0-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu May 09 2019 Jens Petersen <petersen@redhat.com> - 0.2.5.0-1 - update to 0.2.5.0 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.2.4.1-7 - rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild