Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizfonseca/stp

Amazingly fast SmartTripPlanning; enabling GTFS providers to find the best routes for their users, using Rust.
https://github.com/luizfonseca/stp

Last synced: 19 days ago
JSON representation

Amazingly fast SmartTripPlanning; enabling GTFS providers to find the best routes for their users, using Rust.

Awesome Lists containing this project

README

        

# Smart Trip Planner

Currently **work in progress**. The aim of this project is to allow a blazing fast approach
to the routing problems of the 22 century.

## Goals

- Extremelly low memory footprint
- Smart trip planning even around different routers (multirouting / MTR)
- Track the best routes by usage

## TODO

- Write better documentation
- Cood readability
- More rusty-approach
- Others