Ng-repeat vs collection-repeat: a quantitive analysis

While you asked for Stats and Analysis, I honestly think the best thing you can do, is just implement it and test it out. It shouldn’t take very long to swap out collection repeat for ng-repeat, and you can write a loop to add 1000+ items (or however many you expect) to your list to see how each performs.

I think stats will be meaningless. What matters is how it performs in your app on an actual device.