Mon, 26 Jan 2026 18:09:12 CST | login

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

ID35889
Package Nameghc-bytestring-trie
Version0.2.7.2
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-bytestring-trie.git?.#56dfc7f18bbf8643d5382560fcce6119a0e721f2
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 failed
Volume DEFAULT
StartedFri, 05 Sep 2025 10:20:27 CST
CompletedFri, 05 Sep 2025 10:25:20 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 No tags
RPMs No RPMs
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.2.7.2-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.7.2-1 - initial build