dhotson/springy

1000 nodes

Opened this issue · 2 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 ?

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

mwcz commented

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!