0.0.1 |
|
---|
#60 in #planning
31 downloads per month
125KB
2.5K
SLoC
Route16
This crate implements fast route planning algorithms in Rust.
Algorithms
Currently implemented:
-
Contraction Hierarchies:
The implementation borrows heavily from the excellent RoutingKit C++ library, with one major exception; we implement the graphs using simpler adjacency lists, instead of (faster) edge lists and adjacency arrays.
Coming soon:
- Edge Hierarchies (https://arxiv.org/pdf/1907.03535.pdf)
- Charging Function Propagation (https://arxiv.org/abs/1910.09812)
Dependencies
~7MB
~128K SLoC