osrm-backend/include
jakepruitt 42271d99b2 Store node ID's and weights separately in CompressedEdgeContainer
Removes CompressedEdges from the extractor and shared data format by
directly serializing vectors of node ID's, forward weights and reverse
weights for each node-based-edge

Refs #2575
2016-10-20 11:32:28 -07:00
..
contractor implement flag edge-weight-updates-over-factor, to log edge weight 2016-09-28 15:19:59 +02:00
engine Store node ID's and weights separately in CompressedEdgeContainer 2016-10-20 11:32:28 -07:00
extractor Store node ID's and weights separately in CompressedEdgeContainer 2016-10-20 11:32:28 -07:00
osrm Makes the OSRM interface threadsafe. 2016-10-04 09:32:22 +02:00
server Use mmap instead of read - it's a lot faster here. 2016-06-27 17:24:30 -07:00
storage Store node ID's and weights separately in CompressedEdgeContainer 2016-10-20 11:32:28 -07:00
util actually calculate distance instead of using .distance which is a timing value 2016-10-20 12:27:02 +02:00