lazy-pagination-compose
lazy-pagination-compose copied to clipboard
The list grows infinitely until the app crashes with OOM
With current implementation, after scrolling through several thousand items, the app crashes with OOM because it fails to allocate a huge list of items. Before that, the app slows down to a halt due to GC pressure.