-
Notifications
You must be signed in to change notification settings - Fork 75
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
StreetRouter is slow #87
Comments
Looks like this is specifically due to #84. |
Target pruning has helped a lot, but really we should be able to get a continent scale SPT in a few ms. |
Revisiting five years later: My sense is that street routing, especially for cars, can still be surprisingly slow. It would be good to profile this again and see if branching due to turn restrictions is at least partially responsible (I think that was our last hypothesis). |
Closing, merged into #764. |
StreetRouter is really slow for long street searches (e.g. direct street searches in profile routing) after implementation of #84 and #13.
The text was updated successfully, but these errors were encountered: