SpiderStrategies / kalpa-tree

A tree implementation backed by D3
http://spiderstrategies.github.io/kalpa-tree/
ISC License
4 stars 2 forks source link

`.edit()` loops over the incoming array keys. #437

Closed nathanbowser closed 6 years ago

nathanbowser commented 6 years ago

obj.forEach is incredibly slow when the incoming array is sparse and has some large index.

For https://github.com/SpiderStrategies/Scoreboard/issues/20461

mattsgarlata commented 6 years ago

+1