Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1000 nodes #64

Open
areski opened this issue Jun 13, 2014 · 3 comments
Open

1000 nodes #64

areski opened this issue Jun 13, 2014 · 3 comments

Comments

@areski
Copy link

areski commented Jun 13, 2014

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
Copy link
Contributor

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
Copy link
Contributor

mwcz commented Jun 3, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@areski @mwcz @oak-tree and others