superlistapp / super_sliver_list

Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents and reliably jump / animate to any item.
https://superlistapp.github.io/super_sliver_list/
MIT License
294 stars 19 forks source link

super_sliver_list performance test data #68

Open maxfrees opened 2 months ago

maxfrees commented 2 months ago

I heard about the super_sliver_list library for the first time today. I look forward to using it, but I want to know the performance gap between it and listview.builder. Is there any test data for reference? How much performance has been improved?

knopp commented 2 months ago

There is example available online where you can compare them side by side.

maxfrees commented 2 months ago

Is there an approximate ratio, 2x 3x faster than listview.builder?