You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-guides/0.15-Ecosystem-Update.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,9 @@ New features:
107
107
- Exported `Data.Map.Internal` data constructors ([#52](https://github.com/purescript/purescript-ordered-collections/pull/52) by @natefaubion)
108
108
- Add unbiased `Semigroup`/`Monoid` instances to `Map` with `Warn` ([#54](https://github.com/purescript/purescript-ordered-collections/pull/54) by @JordanMartinez)
109
109
110
+
Performance improvements:
111
+
- Improved speed of `foldr`, `foldl`, `foldMap`, `foldlWithIndex`, `foldrWithIndex`, `foldMapWithIndex`, `unionWith`, `keys` and `values` ([#60](https://github.com/purescript/purescript-ordered-collections/pull/60) by @xgrommx, [#61](https://github.com/purescript/purescript-ordered-collections/pull/61) and [#62](https://github.com/purescript/purescript-ordered-collections/pull/62) by @JordanMartinez)
0 commit comments