Popularity
2.2
Growing
Activity
0.0
Stable
2
1
2
Monthly Downloads: 4
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.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of linkedhashmap or a related project?
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