osrm-backend/src
Daniel Patterson 1c3cb897c1 Refactor RTree so that .fileIndex only contains EdgeDataT, and all r-tree structure is in the .ramIndex file.
Also tunes the BRANCHING_FACTOR a bit to speed up access with this new layout.
2017-06-02 12:15:06 +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 make all u-turns continue 2017-06-01 12:39:10 +02: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 Split partition serialization logic 2017-04-06 15:42:38 +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 Switch code to use packed vector for segment weights/durations 2017-05-19 08:25:03 +00:00
util Conditional turn restriction support (#3841) 2017-05-11 12:13:52 +02:00