Skip to content

Commit

Permalink
Mention #1086 in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 21, 2025
1 parent 4d202ed commit de0ccd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
next [????.??.??]
-----------------
* Reduce the arity of `foldr1Of`, `foldl1Of`, `foldrOf'`, `foldlOf'`,
`foldr1Of'`, `foldl1Of'`, `foldrMOf`, and `foldlMOf` so that GHC is more
eager to inline them. On a simple benchmark involving `sumOf` (defined in
terms of `foldlOf'`), this improves performance by 8x.
* Add `Ixed`, `Cons`, `Each`, `AsEmpty`, `Reversing`, and `Rewrapped` instances
for strict boxed vectors when building with `vector-0.13.2` or later.
* Add an `AsEmpty` instance for primitive `Vector`s.
Expand Down

0 comments on commit de0ccd9

Please sign in to comment.