Will Object.observe provide a significant boost to Angularjs?
Asked Answered
S

2

9

Right now, Angular slows down after a few thousand objects, which prevents us from building something like a spreadsheet or Conway's Game of Life.

Once Object.observe is implement (in the far, far future), will these become possible with Angular? Or will DOM manipulation be the chokepoint?

Strontium answered 13/3, 2013 at 16:15 Comment(0)
U
5

The answer is yes . checkout here https://mail.mozilla.org/pipermail/es-discuss/2012-September/024978.html

Unrest answered 22/7, 2013 at 15:25 Comment(1)
Thank you for finding this. Interesting to know for the coming years.Strontium
R
2

If you are interested in trying to solve a problem like this now, I recommend taking a look at this video from the AngularJS NYC Meetup from last year which talks about performance problems encountered while trying to implement similar scenarios.

AngularJS NYC Meetup - dfa-stable-repeat and prototyping (2012-11-20)

Reproof answered 13/3, 2013 at 16:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.