haskell / containers

Assorted concrete container types
https://hackage.haskell.org/package/containers
314 stars 177 forks source link

Fix some IntMap time complexities #967

Closed meooow25 closed 9 months ago

meooow25 commented 11 months ago

IntMap.mapKeysMonotonic and IntMap.keysSet take linear time.

treeowl commented 9 months ago

Thanks!