Decision Workspace
bit_gossip vs bmssp vs dijkstra-adjacency-list
Side-by-side comparison of Rust crates
56
bit_gossip
growingv0.0.13
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
40
bmssp
experimentalv0.1.0
The BMSSP algorithm
34
dijkstra-adjacency-list
experimentalv0.1.0
Dijkstra algorithm implmentation using adjacency list.
Core Metrics
| bit_gossip | bmssp | dijkstra-adjacency-list | |
|---|---|---|---|
| Health Score | 56 | 40 | 34 |
| Total Downloads | 13.7K | 795 | 29 |
| 30d Downloads | 17 | 4 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 13 | 2 | 1 |
| Last Updated | 597d ago | 227d ago | 138d ago |
| Age | 1y 7m | 7m | 4m |
Health Breakdown
bit_gossip
Maintenance
13
Quality
17
Community
6
Popularity
5
Documentation
15
bmssp
Maintenance
8
Quality
14
Community
5
Popularity
3
Documentation
10
dijkstra-adjacency-list
Maintenance
6
Quality
13
Community
6
Popularity
2
Documentation
7
Technical Details
| bit_gossip | bmssp | dijkstra-adjacency-list | |
|---|---|---|---|
| Version | 0.0.13 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 3 | 3 | 0 |
| Crate Size | 29KB | 19KB | 1.2MB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.56 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bit_gossip leads with a health score of 56/100, but none of the options score above 80.
- •⚠ bit_gossip has not been updated in over a year.