Mon, 26 Jan 2026 05:39:18 CST | login

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

ID44170
Package Nameghc-bytestring-trie
Version0.2.7.3
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-bytestring-trie.git?.#dfb861238d2dbfa318892613902af26d43819a31
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 byepol-bot
State complete
Volume DEFAULT
StartedTue, 09 Sep 2025 11:47:08 CST
CompletedTue, 09 Sep 2025 11:52:03 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.3-1.oc9.src.rpm (info) (download)
aarch64
ghc-bytestring-trie-0.2.7.3-1.oc9.aarch64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.3-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-bytestring-trie-0.2.7.3-1.oc9.loongarch64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.3-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-bytestring-trie-doc-0.2.7.3-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-bytestring-trie-0.2.7.3-1.oc9.x86_64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.3-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
build.log
mock_output.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
root.log
noarch_rpmdiff.json
aarch64
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Sep 07 2025 zeyouliu <zeyouliu@tencent.com> - 0.2.7.3-1 - [Type] other - [DESC] update to Version 0.2.7.3 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.7.2-1 - initial build