Popularity
1.7
Stable
Activity
0.0
Stable
2
1
2

Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

linkedhashmap alternatives and similar packages

Based on the "Data" category.
Alternatively, view linkedhashmap alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of linkedhashmap or a related project?

Add another 'Data' Package

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