Are there any performance optimizations for `LazyC...
# compose
s
Are there any performance optimizations for
LazyColumn
in alpha04?
a
yes, one was merged, but we are working on further optimizations
r
alpha04 fixed the performance issues I was having with
LazyColumnFor
before (clickable cards with coil images and some text). 👍
✔️ 1
s
@Andrey Kulikov So like
LazyColumnFor
is more optimized rn?
ScrollableColumn
+
LazyColumnFor
vs
LazyColumn
a
LazyColumnFor
and
LazyColumn
are basically different apis for the same implementation, so they work in the same way(with the same performance). So please continue using
LazyColumn
if you need headers or something like this
s
Oh okay I see. My AS Canary is broken too so I can't see the source. Thanks 🙂
r
I cannot see the implementation anymore as well, I did see something about this in the changelog
s
Yeah you can take a look at the issue. Two message threads up from here
👍 1