osrm-backend/include/engine/routing_algorithms
Kajari Ghosh 4563d44180 set up for computing durations while unpacking them
copy dummy cache over

implement retrievePackedPathFromSearchSpace

calculate packed_path_from_source_to_middle

debugging the retrievePackedPathFromSearchSpace function implementation

adding in packed_path_from_source_to_middle

cache is partway working

unpack path and get duration that way

the computeDurationForEdge method

comment out cache

clean up the code

move vector creation and allocation to outside of loop

hack to not return vectors on facade.GetUncompressedForwardDurations and facade.GetUncompressedReverseDurations

clean up hack

add exclude_index to cache key

clearing cache with timestamp

rebase against vectors->range pr

swapped out unordered_map cache with a boost_lru implementation

calculation for cache size

cleaned up comment about cache size calculations

unit tests

cache uses unsigned char for exclude index

clean up cache and unit tests
2018-04-20 10:01:39 -04:00
..
alternative_path.hpp Add abstraction to change the data facade at compile time 2017-07-17 11:40:55 +00:00
direct_shortest_path.hpp fallback to CH, when coreCH used 2017-10-13 14:53:49 +01:00
many_to_many.hpp set up for computing durations while unpacking them 2018-04-20 08:00:15 -04:00
map_matching.hpp Add abstraction to change the data facade at compile time 2017-07-17 11:40:55 +00:00
routing_base_ch.hpp set up for computing durations while unpacking them 2018-04-20 08:00:15 -04:00
routing_base_mld.hpp Don't force loops in MLD 2017-10-03 12:56:50 +02:00
routing_base.hpp set up for computing durations while unpacking them 2018-04-20 10:01:39 -04:00
shortest_path_impl.hpp Use ArrayStorage for boundary nodes to optimize MLD 2018-04-09 15:08:00 +02:00
shortest_path.hpp Remove references to external sources 2017-08-14 16:18:36 +02:00
tile_turns.hpp Split intersection analysis and guidance code 2018-02-02 11:33:38 -05:00