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.4.2-1.fc44 | - |
| Fedora 44 | 1.4.2-1.fc44 | - |
| Fedora 43 | 1.3.1-15.fc43 | - |
| Fedora 42 | 1.3.1-11.fc42 | - |
| Fedora EPEL 9 | 1.2.4.2-1.el9 | - |
| Fedora EPEL 8 | 1.2.3.1-1.el8 | - |
| Fedora EPEL 10.3 | 1.3.1-11.el10_0 | - |
| Fedora EPEL 10.2 | 1.3.1-11.el10_0 | - |
| Fedora EPEL 10.1 | 1.3.1-11.el10_0 | - |
You can contact the maintainers of this package via email at
ghc-hashtables dash maintainers at fedoraproject dot org.