In this comparison the both frameworks need to register a watcher/observer 
and then the model is updated.
I can see how dirty checking when using polyfills is head to head in some 
browsers.

http://jsperf.com/polymer-comparison

Let me know what you think.


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 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.

Reply via email to