Fast shortest path calculations for Rust
Stars
291
Forks
27
Watchers
291
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
43
commits
7
commits
1
commits
1
commits
1
commits
Store center node in replaced_edge_in field temporarily to save memory during preparation
6d236d1View on GitHubAdd parameters to limit number of settled nodes during preparation, much faster preparation for certain graphs (#37)
36b9fecView on GitHubAdd convenience functions to save InputGraph to a text file, fix #35
3d77616View on GitHub