samizdatco / arbor

a graph visualization library using web workers and jQuery
http://arborjs.org
2.66k stars 634 forks source link

massive cpu usage #10

Closed stephennancekivell closed 6 years ago

stephennancekivell commented 13 years ago

Even after a while when the nodes stop moving, arbor uses lots of cpu. This must be the physics still going hard. It might be a good idea to measure if the nodes are moving and decrease the update interval.

PS, Thanks. This is awesome.