-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Network Question: Performance ~20k Nodes & 35k Edges #2741
Comments
You might also want to try this additional pull request. Can you give feedback on both? |
Yes, pls test the pull request and give feedback. Can you also share your graph via jsbin.com? |
@mkollers I'm prepared to put in some time to look at stabilization optimization for huge networks. Is it possible to get example data of that gorgeous network of yours? |
Sorry for the late reply. Unfortunately I can not share the data, because it is customer related :-( We also paused the project :-( |
@mkollers No problem, it was wishful thinking on my part. It's just that I don't get test-data of that size from the field, so it's quite hard to do those monster tests. For the record, the pull request in question has been merged with release Also, I have to ask: have you experimented with option
What this wins you, is that screen updates are skipped while physics does it thing. The performance increase can be huge. Finally, I think this is an intriguing option:
It's worth thinking about.
Oh, darn......never mind, then. |
@mkollers Since you're not working any more on the given project, is it okay to close this issue? |
Sure, thanks :-) |
Thanks for your input! Over and out. |
Hey guys,
i'm currently working on a project, in which it would be nice to display a really large network graph. At the moment i have 21,012 nodes and 35,242 edges, and vis will draw it! So first of all: Great job, great lib, thanks!
But the physics positioning wasn't finished after 16 hours :-( My Idea is to build a server side worker, which run's prerenders the graph, and saves the positions of the nodes. But ~24h hours is a bit to much for the prerender duration.
Currently i'm working with the following options:
Can anyone provide some improvements for the performance?
The text was updated successfully, but these errors were encountered: