We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since we now have feature parity with MLD, there is no reason to keep CoreCH around - it is slower and has less features then MLD.
Removing CoreCH will let us remove the following flags for osrm-contract:
osrm-contract
core-factor
use-level-cache
.level
.core
We might be able to remove the code for handling CoreCH by automatically falling back to a plain CH (and printing warnings).
CoreCH
CH
The text was updated successfully, but these errors were encountered:
Some of these changes already happened for the 5.12 release - moving this to the 5.13 release so the deprecation can be deliberate.
Sorry, something went wrong.
# I've removed deprecated algorythm (Project-OSRM/osrm-backend#4444).
90afcf4
karenzshea
No branches or pull requests
Since we now have feature parity with MLD, there is no reason to keep CoreCH around - it is slower and has less features then MLD.
Removing CoreCH will let us remove the following flags for
osrm-contract
:core-factor
use-level-cache
.level
file.core
fileWe might be able to remove the code for handling
CoreCH
by automatically falling back to a plainCH
(and printing warnings).The text was updated successfully, but these errors were encountered: