1000 nodes
Opened this issue · 2 comments
areski commented
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 ?
oak-tree commented
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.
I would love some optimization tips!