Crates.io | Route16 |
lib.rs | Route16 |
version | 0.0.1 |
source | src |
created_at | 2021-08-05 04:29:41.895281 |
updated_at | 2021-08-05 04:29:41.895281 |
description | Fast route planning algorithm implementations |
homepage | |
repository | |
max_upload_size | |
id | 431828 |
size | 123,047 |
This crate implements fast route planning algorithms in Rust.
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: