springy icon indicating copy to clipboard operation
springy copied to clipboard

1000 nodes

Open areski opened this issue 11 years ago • 3 comments

I ve been trying springly with 1000 nodes and unfortunately the result is not efficient at all. http://pastebin.com/H8Q9ij6M Do you have any recommendations how to make this fast and more elegant with an higher amount of nodes ?

areski avatar Jun 13 '14 13:06 areski

hey there, we are working on a version to do the calculation with webworker. here is a result of 1000 nodes. Its not the best and probably for this kind of size smart zooming should apply. But, using web worker at the background allow user still reach the u.i

1000 nodes example

oak-tree avatar Aug 20 '14 11:08 oak-tree

I'm using a web worker as well which does allow the UI to function, but Springy's updates are still choppy at roughly 500 nodes and 15,000 edges. My graph is a three.js-based visualization of nodes that sort themselves into groups, like so. Edges aren't painted but exist among each group.

screenshot from 2016-06-03 11-37-04

I would love some optimization tips!

mwcz avatar Jun 03 '16 15:06 mwcz