Optimise R-tree queries in the case of map matching (#6881)

This commit is contained in:
Siarhei Fedartsou
2024-05-20 12:32:40 +02:00
committed by GitHub
parent 8a82d3929c
commit d259848456
8 changed files with 219 additions and 86 deletions
+1
View File
@@ -11,6 +11,7 @@
#include "osrm/status.hpp"
#include <boost/assert.hpp>
#include <cstdlib>
#include <exception>
#include <iostream>