linkedhashmap: Persistent LinkedHashMap data structure
Haskell implementation of Java LinkedHashMap.
Underlying HashMap is based on Data.HashMap.Strict.
Two different implementations are based on Data.Sequence and Data.IntMap.Strict to keep keys in the order of insertion.
Criterion report: https://cdn.rawgit.com/abasko/linkedhashmap/68de7332e80db673e024906321ad2e14c2baa4d1/benchmarks/report.html
[Skip to Readme]
Modules
[Index]
Downloads
- linkedhashmap-0.4.0.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.1.0.0, 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.4.0.0 |
---|---|
Dependencies | base (>=4.6 && <5), containers (>=0.5 && <0.6), deepseq (>=1.1 && <2), hashable (>=1.2 && <2), unordered-containers (>=0.2 && <0.3) [details] |
Tested with | ghc ==7.8.3 |
License | BSD-3-Clause |
Copyright | Copyright (C) 2014 Andrey Basko |
Author | Andrey Basko |
Maintainer | Andrey Basko <andrey_basko@yahoo.com> |
Category | Data |
Home page | https://github.com/abasko/linkedhashmap |
Bug tracker | https://github.com/abasko/linkedhashmap/issues |
Source repo | head: git clone git://github.com/abasko/linkedhashmap.git |
Uploaded | by abasko at 2015-02-07T02:07:24Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4057 total (26 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |