How about this ? http://jsperf.com/polymer-dirtycheck/25
On Fri, Oct 3, 2014 at 9:14 AM, santiago esteva <santiagoest...@gmail.com> wrote: > Thank you! Thats what I thought. Im trying to compare object.observe > polyfill dirty checking method with angular dirty checking method. I would > appreciate your feedback on to update the test to make it apples to apples. > > > On Friday, October 3, 2014 9:09:21 AM UTC-5, Sander Elias wrote: >> >> Hi Santiago, >> >> You are comparing entirely different things. >> In the angular part, you force a $digest., and the polymer part you are >> just calling the task that does the watching. >> basically you compare a full update with a check that checks if there is >> a need to do a more comprehensive test. and that later one might update the >> UI. >> There happens a lot under the hood in both frameworks. Both have their >> strengths and weaknesses. >> I doubt that when you compare a real application in both, there will be a >> large difference in performance. >> And do not forget, AngularJS is in production, while Polymer is in >> developer preview. I'm not sure what that means, but I suspect that's not >> even in beta ;) >> >> Regards >> Sander >> >> >> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/Wby9nDFbO6U/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > angular+unsubscr...@googlegroups.com. > To post to this group, send email to angular@googlegroups.com. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.