Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luizfonseca/stp
- Owner: luizfonseca
- Created: 2018-07-24T13:39:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T08:49:50.000Z (over 6 years ago)
- Last Synced: 2024-10-24T18:41:34.903Z (27 days ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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