Thu, 04 Jul 2024 20:39:36 UTC | login

Information for build ghc-bytestring-trie-0.2.5.0-6.fc33

ID167187
Package Nameghc-bytestring-trie
Version0.2.5.0
Release6.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#7b76fad7bf0d0d0600642854a5a456c2a8279760
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
StartedThu, 13 Aug 2020 10:20:18 UTC
CompletedThu, 13 Aug 2020 11:19:59 UTC
Taskbuild (f33, /rpms/ghc-bytestring-trie.git:7b76fad7bf0d0d0600642854a5a456c2a8279760)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#7b76fad7bf0d0d0600642854a5a456c2a8279760'}}
Tags
f33
f37
f38
RPMs
src
ghc-bytestring-trie-0.2.5.0-6.fc33.src.rpm (info) (download)
noarch
ghc-bytestring-trie-doc-0.2.5.0-6.fc33.noarch.rpm (info) (download)
riscv64
ghc-bytestring-trie-0.2.5.0-6.fc33.riscv64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.5.0-6.fc33.riscv64.rpm (info) (download)
ghc-bytestring-trie-prof-0.2.5.0-6.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.2.5.0-5 - refresh to cabal-rpm-2.0.6 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.2.5.0-3 - add doc and prof subpackages (cabal-rpm-1.0.0) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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