| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 05:00:28 GMT
X-Served-By: cache-dfw-kdfw8210145-DFW, cache-bom-vanm7210022-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768626027.314192,VS0,VE1443
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
linkedhashmap: Persistent LinkedHashMap data structure
[Skip to Readme]
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> |
| Uploaded | by abasko at 2015-02-07T02:07:24Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 4211 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] |
Readme for linkedhashmap-0.4.0.0
[back to package description]Persistent LinkedHashMap
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