does anyone know the performance gap between `Asyn...
# compose
t
does anyone know the performance gap between
AsyncImage
vs
SubcomposeAsyncImage
? Coil documentation only states that the regular
AsyncImage
is more performant in lists and it should be preferred but i’m curious if anyone checked the difference between the two.
K 1
c
@Colin White?
c
Not sure about the exact performance hit, but it should be the same as using subcomposition anywhere else! I’d avoid using it unless you’re sure you need it
184 Views