osrm-backend/contractor
Patrick Niklaus 63ba6018f3 Cache the node priorities between runs
This speeds up processings on the same dataset significantly by creating
a .level file that saves the level in which a node was contracted.
It removes the need for expensive recomputation of priorities and such.

Use with care! Running `osrm-extract` again will invalidate .level
files.
2015-11-18 00:56:33 +01:00
..
contractor_options.cpp Cache the node priorities between runs 2015-11-18 00:56:33 +01:00
contractor_options.hpp Cache the node priorities between runs 2015-11-18 00:56:33 +01:00
contractor.hpp Cache the node priorities between runs 2015-11-18 00:56:33 +01:00
processing_chain.cpp Cache the node priorities between runs 2015-11-18 00:56:33 +01:00
processing_chain.hpp Cache the node priorities between runs 2015-11-18 00:56:33 +01:00