osrm-backend/include/engine/plugins
Daniel Patterson 49441fe204 Make forward/reverse weight/offset calculated at query time,
rather than being cached in the StaticRTree.  This means we
can freely apply traffic data and not have stale values lying
around.  It reduces the size of the RTree on disk, at the expense
of some additional data in RAM.
2016-03-03 10:49:12 -08:00
..
distance_table.hpp Allow no sources and no destinations for full table query 2016-03-03 02:00:39 +01:00
hello_world.hpp Be kind to the optimizer, pass coordinates by value (just two ints) 2016-01-26 22:57:02 +01:00
match.hpp Minor typo fix 2016-03-02 15:16:28 +08:00
nearest.hpp Run clang-format 2016-01-08 01:31:57 +01:00
plugin_base.hpp Be kind to the optimizer, pass coordinates by value (just two ints) 2016-01-26 22:57:02 +01:00
tile.hpp Make forward/reverse weight/offset calculated at query time, 2016-03-03 10:49:12 -08:00
timestamp.hpp Run clang-format 2016-01-08 01:31:57 +01:00
trip.hpp Refactors Base64 encoding and decoding, it's almost beautiful now 2016-02-12 15:46:24 -08:00
viaroute.hpp modify turn angles and instructions 2016-02-15 20:13:55 +01:00