Popularity
5.7
Growing
Activity
0.0
Stable
14
3
2
Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.0.1
dependent-hashmap alternatives and similar packages
Based on the "dependent" category.
Alternatively, view dependent-hashmap alternatives based on common mentions on social networks and blogs.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of dependent-hashmap or a related project?
README
dependent-hashmap
This is hash map library where the keys can specify the type of value that is associated with them by using type indices.
This library is to
dependent-map what Data.HashMap.Lazy
is to Data.Map
.
It's implemented as a thin wrapper around Data.HashMap.Lazy
, and
has roughly the same interface.