Tue, 16 Jul 2024 01:02:59 UTC | login

Information for RPM ghc-bytestring-trie-0.2.5.0-1.fc31.src.rpm

ID386945
Nameghc-bytestring-trie
Version0.2.5.0
Release1.fc31
Epoch
Archsrc
SummaryAn efficient finite map from (byte)strings 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.).
Build Time2019-07-26 00:36:19 GMT
Size31.39 KB
721488e78d29abe739576a67cff06675
LicenseBSD
Buildrootf31-build-54159-27957
Provides No Provides
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ghc-Cabal-devel
ghc-binary-devel
ghc-bytestring-devel
ghc-rpm-macros
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
bytestring-trie-0.2.5.0.tar.gz21.09 KB
ghc-bytestring-trie.spec6.70 KB
Component of No Buildroots