Over the past month we’ve changed the algorithm that searches the map to find routes. It is now much more like the A*search algorithm. The results it produces are identical to those produced previously, but it happens faster. A* is fast because it uses a clever way of minimizing the amount of map it needs […]