Hacker News new | ask | show | jobs
by Touche 3952 days ago
> Two way data binding is awesome and neat and shiny and chrome. It's also pretty slow;

No it's not, Angular's implementation of two way data binding is slow; dirty checking is what's slow.