Decision Workspace
flex-algo vs weighted_path vs pheap
Side-by-side comparison of Rust crates
45
flex-algo
growingv0.7.0
Rust commonly used data structure and algorithms
43
weighted_path
experimentalv0.6.0
A Rust library for finding shortest paths in weighted graphs using Dijkstra's algorithm with multiple heap implementations
38
pheap
growingv0.3.0
A (fast) implementation of pairing heap data structure for priority queue and some graph algorithms
Core Metrics
| flex-algo | weighted_path | pheap | |
|---|---|---|---|
| Health Score | 45 | 43 | 38 |
| Total Downloads | 9.6K | 44 | 6.4K |
| 30d Downloads | 11 | 5 | 127 |
| Dependents | 0 | 0 | 1 |
| Releases | 8 | 3 | 3 |
| Last Updated | 1183d ago | 50d ago | 1733d ago |
| Age | 3y 3m | 1m | 4y 9m |
Health Breakdown
flex-algo
Maintenance
5
Quality
16
Community
6
Popularity
5
Documentation
13
weighted_path
Maintenance
11
Quality
14
Community
6
Popularity
2
Documentation
10
pheap
Maintenance
4
Quality
13
Community
7
Popularity
5
Documentation
9
Technical Details
| flex-algo | weighted_path | pheap | |
|---|---|---|---|
| Version | 0.7.0 | 0.6.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 8 |
| Crate Size | 8KB | 39KB | 20KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •flex-algo leads with a health score of 45/100, but none of the options score above 80.
- •⚠ flex-algo, pheap have not been updated in over a year.