[Haskell-cafe] Data.EnumMap ?

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Tue Mar 31 18:06:14 UTC 2015


@Andres

> https://hackage.haskell.org/package/EnumMap

I was not aware. But that looks like an actual copy of the IntMap code,
so it does not get maintained/updated? 
That's why I was thinking of a wrapper module only.


@Patrick

> the same result with using unordered-containers and a Hashable instance?

type-wise, yes, but it's a different implementation,
so "same performance" should be benchmarked.


- J.W.




More information about the Haskell-Cafe mailing list