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: changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ This version is not yet released. If you are reading this on the website, then t
39
39
- Optimizations
40
40
-[`stencil ⧈`](https://uiua.org/docs/stencil) is now optimized when used with with monadic functions that are optimized for [`rows ≡`](https://uiua.org/docs/rows)
41
41
- Add sortedness flags to arrays to allow short-circuiting some operations
42
+
- Optimize [`tuples ⧅`](https://uiua.org/docs/tuples) with `⋅⋅1` and `⋅⧻`
<li><Prims prims=[Table,Fork]/><code>"F"</code><code>"G"</code>" is optimized to "<Prims prims=[Fork,Table]/><code>"F"</code><Prims prims=[Table]/><code>"G"</code>" for pure functions."</li>
341
340
<li><Prim prim=Group/>" and "<Prim prim=Partition/>" are optimized to be fast with "<Prim prim=Len/>", "<Prim prim=First/>", "<Prim prim=Last/>"."</li>
342
-
<li><Prim prim=Repeat/>" with a simple-enough function and a small constant count will compile to an unrolled loop."</li>
343
-
<li>"The following splitting patterns are optimized for monadic function "<code>"F"</code>":"
0 commit comments