Mon, 26 Jan 2026 15:25:36 CST | login

Information for build ghc-bytestring-trie-0.2.7.2-1.oc9

ID28987
Package Nameghc-bytestring-trie
Version0.2.7.2
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-bytestring-trie.git?.#b860f82777032db77e9ba66cb85497d32c68fb5d
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 byfanjunkong
State complete
Volume DEFAULT
StartedFri, 20 Sep 2024 21:32:03 CST
CompletedFri, 20 Sep 2024 21:47:24 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-bytestring-trie.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-bytestring-trie.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-bytestring-trie-0.2.7.2-1.oc9.src.rpm (info) (download)
aarch64
ghc-bytestring-trie-0.2.7.2-1.oc9.aarch64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.2-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-bytestring-trie-doc-0.2.7.2-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-bytestring-trie-0.2.7.2-1.oc9.x86_64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.2-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.7.2-1 - initial build