Alternative Scroll View (ASV) was designed to replace Unity's default scroll view component on low performances platforms (mostly mobiles).
Dynamically creating scroll-able list (like inventory, friend-list, etc.) can cause perceptible freeze as every single element of the list need to be instantiated immediately.
Instead, ASV instantiate empty containers and fill them with the appropriate data, while also adding ordering and filtering support.
Downloadable demo available here.