So I’m trying out the `same perf as SwiftUI` claim...
# compose
u
So I’m trying out the
same perf as SwiftUI
claims made today. I built a basic LazyColumn +
Coil 3
Async Image in it and there is clearly jank "on image loaded" (while on android it's fine & on desktop its super smooth) Is this a
Coil 3
or
CMP
issue? (Tested on ipad pro m4 so uberkill HW)
s
Sounds like you should also give it a try by removing Coil from the equation
u
Yea seems okay without it, but then its too trivial too tell I think ..I'm kind of wondering why is this the case (coil janky?
k
could you try https://github.com/panpf/sketch and share your experience here?