purescript-deprecated/purescript-maps

toList, fromList, keys, values have pathological performance in Map, StrMap

Closed this issue · 2 comments

toList, fromList, keys, values have pathological performance in Map, StrMap

#11 improves all of these for StrMap (but not Map).

I think these should be much better now as List rather than Array is used.