osrm-backend/include/engine/datafacade
Kajari Ghosh 90e0beaed6 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 08:00:15 -04:00
..
algorithm_datafacade.hpp Use ArrayStorage for boundary nodes to optimize MLD 2018-04-09 15:08:00 +02:00
contiguous_block_allocator.hpp Load data in two separate data regions 2018-04-07 00:22:29 +02:00
contiguous_internalmem_datafacade.hpp set up for computing durations while unpacking them 2018-04-20 08:00:15 -04:00
datafacade_base.hpp set up for computing durations while unpacking them 2018-04-20 08:00:15 -04:00
mmap_memory_allocator.hpp Load data in two separate data regions 2018-04-07 00:22:29 +02:00
process_memory_allocator.hpp Load data in two separate data regions 2018-04-07 00:22:29 +02:00
shared_memory_allocator.hpp Fix formating 2018-04-07 00:22:29 +02:00