Route16

Crates.ioRoute16
lib.rsRoute16
version0.0.1
sourcesrc
created_at2021-08-05 04:29:41.895281
updated_at2021-08-05 04:29:41.895281
descriptionFast route planning algorithm implementations
homepage
repository
max_upload_size
id431828
size123,047
Payas Rajan (PayasR)

documentation

README

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:

Commit count: 0

cargo fmt