Skip to content
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

Simplify osrm-extract file output #2055

Closed
danpat opened this issue Mar 4, 2016 · 2 comments
Closed

Simplify osrm-extract file output #2055

danpat opened this issue Mar 4, 2016 · 2 comments
Labels
Milestone

Comments

@danpat
Copy link
Member

danpat commented Mar 4, 2016

Edge-based-graph expansion was moved into osrm-extract by simply transposing the code from osrm-prepare.

The code is inefficient, in that it writes the node-based graph to disk, then re-reads it, and performs edge expansion. Now that all these steps happen inside osrm-extract, there are some steps that can just stay in memory, rather than going via intermediate files.

This would save some IO, and remove a few of the output files.

The code that was moved from osrm-prepare starts here:

@TheMarex TheMarex added this to the 5.0 milestone Mar 5, 2016
@daniel-j-h
Copy link
Member

Can we table this for 5.1? I see no immediate priority in pushing this forward in the next days.

Let's ship v5.

@TheMarex
Copy link
Member

TheMarex commented Apr 8, 2016

Alright, my main goal for 5.1 is to redo our storage layer anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants