Thu, 12 Sep 2024 07:27:24 UTC | login

Information for build ghc-bytestring-trie-0.2.7.3-1.fc41

ID335470
Package Nameghc-bytestring-trie
Version0.2.7.3
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#90f2c699101619af3f06fc45961ee2434080cedc
SummaryAn efficient finite map from bytestrings 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
StartedSun, 11 Aug 2024 06:11:03 UTC
CompletedSun, 11 Aug 2024 06:26:59 UTC
Taskbuild (f41, /rpms/ghc-bytestring-trie.git:90f2c699101619af3f06fc45961ee2434080cedc)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#90f2c699101619af3f06fc45961ee2434080cedc'}}
Tags
f41
RPMs
src
ghc-bytestring-trie-0.2.7.3-1.fc41.src.rpm (info) (download)
noarch
ghc-bytestring-trie-doc-0.2.7.3-1.fc41.noarch.rpm (info) (download)
riscv64
ghc-bytestring-trie-0.2.7.3-1.fc41.riscv64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.3-1.fc41.riscv64.rpm (info) (download)
ghc-bytestring-trie-prof-0.2.7.3-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jul 20 2024 Jens Petersen <petersen@redhat.com> - 0.2.7.3-1 - https://hackage.haskell.org/package/bytestring-trie-0.2.7.3/changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> - 0.2.7.2-4 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> - 0.2.7.2-1 - https://hackage.haskell.org/package/bytestring-trie-0.2.7.2/changelog * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild