-
Notifications
You must be signed in to change notification settings - Fork 594
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
trimesh's usage of NetworkX: API usage and slowdowns #2341
Comments
Hey, actually connected components are used a lot for some reason, and the existing implementation supports and benchmarks multiple graph backends (networkx and scipy.sparse.csgraph): Lines 376 to 476 in 2fcb2b2
If you were looking at adding another backend that would be a great place to benchmark! |
Connected components is supported in a zero code change GPU accelerated backend to NetworkX called nx-cugraph. Are you interested in integrating that as one of the engine options for that function? |
Hi. I would like to understand what parts of
trimesh
depend on algorithms from Networkx. What nx API calls it uses the most, for what purposes, and if you've ever experienced any slowdowns when scaling up graph sizes?I did a quick search for previous issues related to NetworkX Usage, but I was wondering if you had any more insight into this topic. Thank you
The text was updated successfully, but these errors were encountered: