mbest / knockout-deferred-updates

Deferred Updates plugin for Knockout <=3.3.0
http://mbest.github.io/knockout-deferred-updates/
134 stars 23 forks source link

Performance seems to be much worse than without deferred-updates #21

Open agroskin opened 10 years ago

agroskin commented 10 years ago

Even if you turn ko.computed.deferUpdates = false; updates seem to be much slower then without it. What gives? Will it be faster in Knockout 3.1, or whatever version?

mbest commented 10 years ago

Thanks for the information. I'll check it out.