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?

Bergi
  • 630,263
  • 148
  • 957
  • 1,375
ehfeng
  • 3,807
  • 4
  • 33
  • 42

2 Answers2

5

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

surendar
  • 656
  • 1
  • 9
  • 27
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)

Ryan O'Neill
  • 3,727
  • 22
  • 27