Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-bytestring-trie-0.2.7.2-3.fc40 RPM for x86_64

From Fedora Rawhide for x86_64 / g

Name: ghc-bytestring-trie Distribution: Fedora Project
Version: 0.2.7.2 Vendor: Fedora Project
Release: 3.fc40 Build date: Wed Jan 24 14:39:29 2024
Group: Unspecified Build host: buildhw-x86-06.iad2.fedoraproject.org
Size: 288031 Source RPM: ghc-bytestring-trie-0.2.7.2-3.fc40.src.rpm
Packager: Fedora Project
Url: https://hackage.haskell.org/package/bytestring-trie
Summary: An efficient finite map from bytestrings to values
An 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.).

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> - 0.2.7.2-1
  - https://hackage.haskell.org/package/bytestring-trie-0.2.7.2/changelog
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.2.7-1
  - https://hackage.haskell.org/package/bytestring-trie-0.2.7/changelog

Files

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/49e5fc23d1a4fa012a1ffd5923b86d05664fe4
/usr/lib64/ghc-9.4.5/lib/libHSbytestring-trie-0.2.7.2-FKMFgtwI977zUtsFrCkql-ghc9.4.5.so
/usr/share/licenses/ghc-bytestring-trie
/usr/share/licenses/ghc-bytestring-trie/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 00:07:47 2024