AndreyAkinshin / knockout-mvc

Power of Knockout.js for ASP.NET MVC
http://knockoutmvc.com
203 stars 125 forks source link

template performance #1

Closed devmondo closed 11 years ago

devmondo commented 12 years ago

hi, first of all let me say that your project is one of the best thing i have ever seen, thanks a lot for it

i have a question about template performance for example in this example here http://knockoutmvc.com/Collections

if you add child to Annabelle , the Bertie and charles collection get re rendered again, also Annabelle it self and all items get re rendered, is it not bad from performance point of view ?

thanks in advanced.

AndreyAkinshin commented 11 years ago

Hi, http://knockoutmvc.com/Collections is just example of use Knockout MVC. In this example we demonstrated some scenario of working with collection. You should solve performance question for each specific task. CollectionExample is good way for small collections. But if you want work with a lot of information then perhaps you should consider other way.