@hackage / linkedhashmap

Persistent LinkedHashMap data structure

Latest0.4.0.0

About

Metadata

  • Last updated , by abasko
  • License BSD-3-Clause
  • Maintained by: Andrey Basko <andrey_basko@yahoo.com>

  • Lottery factor: 0

Links

Installation

Readme

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