gnm: avoid redundant root path cost re-summation in KShortestPaths#14091
gnm: avoid redundant root path cost re-summation in KShortestPaths#14091KinshukSS2 wants to merge 1 commit intoOSGeo:masterfrom
Conversation
|
CC @BishopGIS |
|
any updates on the status of the pr...pls let me know if any changes are required from my side |
Waiting for someone to review. You know, this is open source, there are not many people who know gnm well, and there are also other things going on https://github.com/OSGeo/gdal/pulse. |
|
@BishopGIS Still available for GNM related topics ? |
|
The GDAL project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 28 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
description
the current method to find costs was that whenever a path was found then it usually checks the cost from the start thus making it less efficient
the fix i propose usually only plays a better role when there is a presence of long paths in large GNM networks
it basically only finds the cost for the new branches whenever created
fixes #14090