Haskell hashtables library development files
This package provides the Haskell hashtables library development files. 2. "Data.HashTable.ST.Basic" contains a basic open-addressing hash table using linear probing as the collision strategy. On a pure speed basis it should currently be the fastest available Haskell hash table implementation for lookups, although it has a higher memory overhead than the other tables and can suffer from long delays when the table is resized because all of the elements in the table need to be rehashed.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.2.4.1-1.fc35 | - |
Fedora 35 | 1.2.4.1-1.fc35 | - |
Fedora 34 | 1.2.3.4-4.fc34 | - |
EPEL 7 | 1.0.1.8-4.el7 | - |
You can contact the maintainers of this package via email at
ghc-hashtables dash maintainers at fedoraproject dot org
.