Decision Workspace
simple_graph_algorithms vs dijkstra-adjacency-list vs dijkstra
Side-by-side comparison of Rust crates
42
simple_graph_algorithms
growingv1.0.0
A library with the goal of making running graph algorithms as easy as possible.
34
dijkstra-adjacency-list
experimentalv0.1.0
Dijkstra algorithm implmentation using adjacency list.
33
dijkstra
growingv0.1.2
Generate minimum paths using Dijkstra algorithm
Core Metrics
| simple_graph_algorithms | dijkstra-adjacency-list | dijkstra | |
|---|---|---|---|
| Health Score | 42 | 34 | 33 |
| Total Downloads | 1.6K | 29 | 4.2K |
| 30d Downloads | 3 | 3 | 5 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 2 |
| Last Updated | 1012d ago | 138d ago | 3394d ago |
| Age | 2y 9m | 4m | 9y 3m |
Health Breakdown
simple_graph_algorithms
Maintenance
1
Quality
22
Community
5
Popularity
4
Documentation
10
dijkstra-adjacency-list
Maintenance
6
Quality
13
Community
6
Popularity
2
Documentation
7
dijkstra
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
8
Technical Details
| simple_graph_algorithms | dijkstra-adjacency-list | dijkstra | |
|---|---|---|---|
| Version | 1.0.0 | 0.1.0 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 0 | 1 |
| Crate Size | 14KB | 1.2MB | 2KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •simple_graph_algorithms leads with a health score of 42/100, but none of the options score above 80.
- •dijkstra has the most downloads (4.2K), suggesting wider adoption.
- •⚠ simple_graph_algorithms, dijkstra have not been updated in over a year.
- •dijkstra-adjacency-list, dijkstra are pre-1.0 — API may change.