Good news: I don't know if this has already been pointed out, but it appears to me that bumping
Compose from
1.2.1
to
1.3.0-rc01
has
dramatically improved performance on iOS 🎉
On
1.2.1
we had some test screens that showcased a lot of typography styles, and another that displayed a large colour palette in a
LazyGrid
; these were both very slow to initially render, in the order of 2-5 seconds, and subsequent scrolling was choppy. Now
everything is on a par with Android i.e. instantaneous, smooth.
(Yes, I'm talking about
Release build in both cases - being aware of the general _Debug_/_Release_ performance disparity in Compose).
Can anyone confirm these improvements and whether they're expected? Nice work [JB]! ❤️K