-
Notifications
You must be signed in to change notification settings - Fork 74
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
Severe performance regression in pathfinding::directed::dijkstra #639
Comments
To reproduce the issue, unpack issue639.tar.gz and run |
Thanks for the report, the analysis, and the reproduction package. Since it does not change any functionality, I'll revert the commit and issue a new release (I'll post it there) until I can investigate it further. |
FWIW I have also extracted a self-contained reproducer: |
pathfinding 4.13.1 has just been released and backs this patch out. I'll investigate further, I'll keep this issue open. |
An attempt to upgrade
pathfinding
to version 4 results in a severe performance regression in Dijkstra's algorithm for rapidquilt.I have reference setup (based on an actual real-world case), where pathfinding 3.0.14 finishes in reasonable time:
But pathfinding 4.13.0 takes ages:
Reverting commit 808b951 restores good performance.
The text was updated successfully, but these errors were encountered: