Fri, 23 Jan 2026 08:34:30 CST | login

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

ID14454
Package Nameghc-bytestring-trie
Version0.2.7.2
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 10:15:21 CST
CompletedFri, 09 Aug 2024 10:18:36 CST
Taskbuild (dist-ocs23-epol9, /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-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-bytestring-trie-0.2.7.2-1.ocs23.src.rpm (info) (download)
aarch64
ghc-bytestring-trie-0.2.7.2-1.ocs23.aarch64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.2-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-bytestring-trie-doc-0.2.7.2-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-bytestring-trie-0.2.7.2-1.ocs23.x86_64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.2-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.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