The hashmap package
An implementation of persistent HashMap and HashSet on top of Data.IntMap.IntMap and Data.IntSet.IntSet, with very similar API.
The class Hashable is providing the Hashable.hash method.
The HashMap key value is an Data.IntMap.IntMap indexed by the hash value, containing Data.Map.Map key value for all keys with the same hash value.
The HashSet elem is an Data.IntMap.IntMap indexed by the hash value, containing Data.Set.Set elem for all elements with the same hash value.
Properties
| Versions | 0.9.0, 1.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.1.0, 1.1.0.1, 1.2.0.0, 1.2.0.1, 1.3.0.0, 1.3.0.1 |
|---|---|
| Dependencies | base (≥4.0 & <5), bytestring (≥0.9), containers (≥0.3) |
| License | BSD3 |
| Author | Milan Straka |
| Maintainer | fox@ucw.cz |
| Stability | Provisional |
| Category | Data |
| Upload date | Tue Jun 1 19:29:13 UTC 2010 |
| Uploaded by | MilanStraka |
| Built on | ghc-6.12 |
| Distributions | Debian: 1.3.0.1 |
Modules
Downloads
- hashmap-1.0.0.2.tar.gz (Cabal source package)
- package description (included in the package)