Is there a way to test whether it's worth it chang...
# compose
r
Is there a way to test whether it's worth it change some code to use Stable/Immutable types? In other words, a way to measure potential performance improvement? I have a LazyColumn of search results (1000's of rows). The data object for each row is just a plain class with var properties.