osrm-backend/unit_tests
Patrick Niklaus 0266c9d969 Renumber nodes after running osrm-partition
The new numbering uses the partition information
to sort border nodes first to compactify storages
that need access indexed by border node ID.

We also get an optimized cache performance for free
sincr we can also recursively sort the nodes by cell ID.

This implements issue #3779.
2017-06-02 18:12:13 +00:00
..
common removed code duplication in unit tests 2017-03-08 16:08:00 +00:00
customizer Fix test compilation 2017-04-05 11:22:39 +00:00
engine Don't remove the last original coordinate during tiding 2017-04-13 21:27:00 +00:00
extractor expose data about turning onto restricted roads to turn function 2017-02-20 12:40:51 +00:00
fixtures Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
library Fixes Table not checking for valid phantom nodes 2017-05-02 13:41:33 +02:00
mocks Use formating script. 2017-05-30 10:19:41 +00:00
partition Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
server Use formating script. 2017-05-30 10:19:41 +00:00
util Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
CMakeLists.txt Conditional turn restriction support (#3841) 2017-05-11 12:13:52 +02:00
customizer_tests.cpp Move customizer tests to own unit 2017-03-13 23:04:45 +00:00
engine_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
extractor_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
library_tests.cpp Library tests build system integration 2016-04-05 22:58:32 +02:00
partition_tests.cpp always emit a small component view 2017-03-01 16:09:29 +00:00
server_tests.cpp Add viaroute suport for new API 2016-04-05 22:58:32 +02:00
util_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00