hashmap: Persistent containers HashMap and HashSet.
Deprecated
in favor of unordered-containers
An implementation of persistent HashMap and HashSet on
top of Data.IntMap.IntMap and Data.IntSet.IntSet,
with very similar API. It uses Hashable class from the
hashable package for hashing.
The is an HashMap key valueData.IntMap.IntMap
indexed by the hash value, containing
for all keys with the same hash value.Data.Map.Map key value
The is an HashSet elemData.IntMap.IntMap indexed by
the hash value, containing for
all elements with the same hash value.Data.Set.Set elem
Downloads
- hashmap-1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 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, 1.3.1, 1.3.1.1, 1.3.2, 1.3.3 |
|---|---|
| Change log | CHANGES |
| Dependencies | base (>=4.0 && <5), containers (>=0.3), hashable (>=1.0) [details] |
| License | BSD-3-Clause |
| Author | Milan Straka |
| Maintainer | fox@ucw.cz |
| Uploaded | by MilanStraka at 2010-08-15T14:32:29Z |
| Category | Data |
| Home page | http://fox.auryn.cz/darcs/hashmap/ |
| Distributions | Debian:1.3.3, LTSHaskell:1.3.3, NixOS:1.3.3, Stackage:1.3.3 |
| Reverse Dependencies | 12 direct, 3 indirect [details] |
| Downloads | 18706 total (48 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |