-
Notifications
You must be signed in to change notification settings - Fork 17
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
dodgr graph to sf function #7
Comments
This will need an edge map so that contracted edges can be re-expanded to full edges subsequently used to constrcted |
See this |
was actually far from straightforward, but final work has been implemented in this commit. It seems very slow, so could maybe be sped up a bit, but works so closing for now |
This commit provides most of the infrastructure necessary for this to be parallelised, so this has been re-opened as flag to finish that. Remaining tasks:
Note that the time consuming part of it all is creating the vertex maps ( |
Now runs in a fraction of a second anyway, so no real need to parallel. Most of the time is spent (re-)calculating the contracted graph, so that's the thing that needs to be parallelized. |
Re-opened for #86 |
thanks @karpfen! this must be implemented.
The text was updated successfully, but these errors were encountered: