Users of LazyColumn, what's its performance compar...
# compose
o
Users of LazyColumn, what's its performance compared to RecyclerView?
y
It works smoothly for me. Maybe there are some small performance differences but nothing that you can feel without benchmarking, I am pretty sure its faster than the old recyclerview. Afaik it works similarly to how a recyclerview works using DiffUtil.