osrm-backend/src
Patrick Niklaus 655ca803d8 Adds a special graph for MLD with effcient boundary scan
This graph enables efficient boundary edge scans at each level.
Currenly this needs about |V|*|L| bytes of storage.
We can optimize this when the highest boundary nodes ID is << |V|.
2017-03-21 16:23:10 +00:00
..
benchmarks Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00
contractor Split updater code from contract into own module 2017-03-10 14:43:02 +00:00
customize Adds a special graph for MLD with effcient boundary scan 2017-03-21 16:23:10 +00:00
engine Avoid dynamic binding in getNodeQureyLevel 2017-03-17 13:20:34 +01:00
extractor Add read-only max_turn_weight in ProfileProperties 2017-03-20 20:06:51 +01:00
osrm Add basic facades for Extractor and Contractor run methods. 2017-03-08 22:48:03 +00:00
partition Remove all boundary nodes and use simple u-v-stragtegy to pick id 2017-03-17 11:23:48 +00:00
server Fixes use-after-move, closes #3820 2017-03-16 14:42:48 +01:00
storage Adds a special graph for MLD with effcient boundary scan 2017-03-21 16:23:10 +00:00
tools Add MLD testing to cucumber tests 2017-03-17 12:27:47 +01:00
updater Rename {id|edge_id} to turn_id 2017-03-17 12:27:47 +01:00
util Added indexed array data type with variable and fixed group blocks 2017-02-07 07:41:12 +00:00