osrm-backend/include
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
..
contractor Renamed EdgeBasedNode to EdgeBasedNodeSegment 2017-05-17 15:21:51 +00:00
customizer Rename BinaryHeap to QueryHeap 2017-05-02 15:54:25 +00:00
engine 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
extractor Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
nodejs Refactoring enum Approach in enum class. 2017-05-30 10:19:41 +00:00
osrm Add NodeJS API for Approaches param. 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
storage Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
updater Rename .nodes -> .nbg_nodes and .nodes_data -> .ebg_nodes 2017-05-17 15:21:51 +00:00
util Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00