Wed, 02 Oct 2024 13:58:32 UTC | login

Information for build ghc-bytestring-trie-0.2.7-6.rvre1.fc38

ID250305
Package Nameghc-bytestring-trie
Version0.2.7
Release6.rvre1.fc38
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/ghc-bytestring-trie.git#6b7116aa8d5b84b08f973ae955889fb41afb5a05
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
StartedThu, 22 Jun 2023 14:39:28 UTC
CompletedThu, 22 Jun 2023 15:02:34 UTC
Taskbuild (f38, /rpms/ghc-bytestring-trie.git:6b7116aa8d5b84b08f973ae955889fb41afb5a05)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/ghc-bytestring-trie.git#6b7116aa8d5b84b08f973ae955889fb41afb5a05'}}
Tags
f38
f39
f40
RPMs
src
ghc-bytestring-trie-0.2.7-6.rvre1.fc38.src.rpm (info) (download)
noarch
ghc-bytestring-trie-doc-0.2.7-6.rvre1.fc38.noarch.rpm (info) (download)
riscv64
ghc-bytestring-trie-0.2.7-6.rvre1.fc38.riscv64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7-6.rvre1.fc38.riscv64.rpm (info) (download)
ghc-bytestring-trie-prof-0.2.7-6.rvre1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jun 22 2023 David Abdurachmanov <davidlt@rivosinc.com> 0.2.7-6.rvre1 - Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: * Sun Mar 05 2023 David Abdurachmanov <davidlt@rivosinc.com> 0.2.7-5.rvre0 - Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.2.7-1 - https://hackage.haskell.org/package/bytestring-trie-0.2.7/changelog * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.2.5.0-9 - rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild