LazyStaggeredGrid
LazyStaggeredGrid copied to clipboard
Performance issue
Recompositions in the items builder are being triggered too many times (like x5 compared to LazyColumn, LazyVerticalGrid). This produces stuttered scrolling. I have no debug info right now, but I compared with LazyVerticalGrid which works just super smooth compared to this lib.