osrm-backend/src
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
..
benchmarks Use correct node-loading code in rtree benchmark. (#4064) 2017-05-18 13:29:50 -07:00
contractor Address PR comments 2017-04-18 12:01:06 +00:00
customize Fix formating 2017-04-06 15:42:38 +00:00
engine don't collapse highway ramps into uturns (#4074) 2017-06-01 12:39:10 +02:00
extractor Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
nodejs Uses node-cmake's CMake module directly, resolves #3912 2017-05-31 14:40:31 +02:00
osrm itroduce ADL via algorithm specific ch, corech and mld namespaces 2017-04-06 10:36:40 +02:00
partition Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
server Propagating approach parameter to every phantom nodes search function. 2017-05-30 10:19:41 +00:00
storage 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
tools Rename .nodes -> .nbg_nodes and .nodes_data -> .ebg_nodes 2017-05-17 15:21:51 +00:00
updater Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
util Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00