(no title)
culebron21 | 2 days ago
Also, this piece:
> 100x speedup is achieved by comparing HH with bidirectional A*. 2-phase A* already uses many heuristics which don't always create an optimal route and still 5-10x slower.
So, 2-phase A* is 5-10x slower than bidirectional A*?
Aachen|2 days ago
dominicrose|2 days ago
Routing type (Android) / Routing algorithm (iOS)
- A* 2-phase (Android) / A* (iOS)
- A classic* (Android) / Highway hierarchies (iOS)
- HH (Highway Hierarchies) x C++ (Android only)
nicman23|2 days ago