Decision Workspace
float_sort vs ordered-float vs float_next_after
Side-by-side comparison of Rust crates
42
float_sort
experimentalv0.1.0
Simple crate to sort f32 and f64 vectors safely using total_cmp
77
ordered-float
stablev5.2.0
Wrappers for total ordering on floats
62
float_next_after
stablev2.0.0
A trait for native rust f64/f32 nextafter
Core Metrics
| float_sort | ordered-float | float_next_after | |
|---|---|---|---|
| Health Score | 42 | 77 | 62 |
| Total Downloads | 367 | 280.1M | 14.6M |
| 30d Downloads | 3 | 21.7M | 1.1M |
| Dependents | 0 | 12.0K | 197 |
| Releases | 1 | 57 | 8 |
| Last Updated | 213d ago | 2d ago | 41d ago |
| Age | 7m | 11y 4m | 5y 11m |
Health Breakdown
float_sort
Maintenance
5
Quality
15
Community
6
Popularity
3
Documentation
13
ordered-float
Maintenance
18
Quality
19
Community
20
Popularity
8
Documentation
12
float_next_after
Maintenance
13
Quality
20
Community
12
Popularity
8
Documentation
9
Technical Details
| float_sort | ordered-float | float_next_after | |
|---|---|---|---|
| Version | 0.1.0 | 5.2.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 13 | 3 |
| Crate Size | 2KB | 32KB | 14KB |
| Features | 0 | 10 | 0 |
| Yanked % | 0.0% | 5.3% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.63 | — |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •ordered-float leads with a health score of 77/100, but none of the options score above 80.
- •ordered-float is depended on by 12.0K crates — strongest ecosystem trust.
- •float_sort is pre-1.0 — API may change.