Decision Workspace
extsort vs ext-sort vs compile_time_sort
Side-by-side comparison of Rust crates
38
extsort
growingv0.5.0
External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator
53
ext-sort
growingv0.1.5
rust external sort algorithm implementation
61
compile_time_sort
stablev1.2.2
Sort arrays and slices of primitives in const contexts.
Core Metrics
| extsort | ext-sort | compile_time_sort | |
|---|---|---|---|
| Health Score | 38 | 53 | 61 |
| Total Downloads | 113.4K | 641.5K | 19.6K |
| 30d Downloads | 1.8K | 75.6K | 68 |
| Dependents | 46 | 583 | 3 |
| Releases | 10 | 6 | 31 |
| Last Updated | 733d ago | 322d ago | 56d ago |
| Age | 7y 3m | 4y 2m | 1y 3m |
Health Breakdown
extsort
Maintenance
4
Quality
10
Community
8
Popularity
6
Documentation
10
ext-sort
Maintenance
6
Quality
14
Community
13
Popularity
7
Documentation
13
compile_time_sort
Maintenance
16
Quality
18
Community
8
Popularity
5
Documentation
14
Technical Details
| extsort | ext-sort | compile_time_sort | |
|---|---|---|---|
| Version | 0.5.0 | 0.1.5 | 1.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | Unlicense | MIT OR Apache-2.0 |
| Dependencies | 7 | 11 | 4 |
| Crate Size | 13KB | 19KB | 11KB |
| Features | 0 | 1 | 0 |
| Yanked % | 10.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | 1.54.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •compile_time_sort leads with a health score of 61/100, but none of the options score above 80.
- •ext-sort has the most downloads (641.5K), suggesting wider adoption.
- •ext-sort is depended on by 583 crates — strongest ecosystem trust.
- •⚠ extsort has not been updated in over a year.
- •extsort, ext-sort are pre-1.0 — API may change.