osrm-backend/include/engine/datafacade
Patrick Niklaus bf2b45120a Use ArrayStorage for boundary nodes to optimize MLD
For the MLD algorithm we can partition the NodeID range into boundary
and non-boundary nodes. Since there are only we boundary nodes we can
use the ArrayStorage for those yielding much faster query times.
2018-04-09 15:08:00 +02: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 Use ArrayStorage for boundary nodes to optimize MLD 2018-04-09 15:08:00 +02:00
datafacade_base.hpp Use ranges with fixed types 2018-04-09 11:05:01 +02: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