osrm-backend/features
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
..
bicycle Splits turn penalty tests into bicycle and testbot domain, resolves #4067 2017-05-31 10:47:43 +02:00
car make all u-turns continue 2017-06-01 12:39:10 +02:00
foot refactor of post-processing 2017-02-25 12:17:22 +00:00
guidance make all u-turns continue 2017-06-01 12:39:10 +02:00
lib Add routing algorithm option 2017-03-17 12:27:47 +01:00
nearest cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
options Disable weight update factor test, see issue #4065 2017-05-19 08:25:03 +00:00
raster use signed slope to distinguish uphills and downhills 2017-03-30 11:20:13 +02:00
step_definitions Adding "sides" params for the sides option tests into java script 2017-05-30 10:19:41 +00:00
stress cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
support Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
testbot Refactor RTree so that .fileIndex only contains EdgeDataT, and all r-tree structure is in the .ramIndex file. 2017-06-02 12:15:06 +00:00