osrm-backend/src/engine
Michael Bell 58ba3fc84f
Avoid copying ManyToMany table results (#5923)
Regardless of any copy elision on the returned pair value, the
duration and distance results are always copied.

Fix this by passing rvalue references to std::make_pair.
2021-01-04 08:46:51 -08:00
..
api Added flatbuffers output support to the 'Route' service. 2019-08-26 11:08:56 +03:00
datafacade Make MMapMemoryAllocator map files in read-only (O_RDONLY) mode. Mapping with O_RDWR will cause copy_up across Docker layers. 2020-09-09 00:51:42 +03:00
guidance Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
plugins Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
routing_algorithms Avoid copying ManyToMany table results (#5923) 2021-01-04 08:46:51 -08:00
douglas_peucker.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
engine_config.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
hint.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
polyline_compressor.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
search_engine_data.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00