Decision Workspace
csselection_sort vs sorted-insert vs orx-funvec
Side-by-side comparison of Rust crates
37
csselection_sort
growingv0.1.1
Selection sort implementation for indexable collections
50
sorted-insert
growingv0.2.6
This crate provides traits to insert elements to a sorted collection and keep the order.
45
orx-funvec
growingv0.1.6
Traits to unify access to elements of n-dimensional vectors which are particularly useful in algorithms requiring both flexibility through abstraction over inputs and performance through monomorphization.
Core Metrics
| csselection_sort | sorted-insert | orx-funvec | |
|---|---|---|---|
| Health Score | 37 | 50 | 45 |
| Total Downloads | 3.0K | 77.7K | 7.8K |
| 30d Downloads | 5 | 5.1K | 9 |
| Dependents | 0 | 4 | 0 |
| Releases | 2 | 8 | 7 |
| Last Updated | 769d ago | 353d ago | 494d ago |
| Age | 2y 1m | 5y 7m | 2y 3m |
Health Breakdown
csselection_sort
Maintenance
4
Quality
16
Community
3
Popularity
4
Documentation
10
sorted-insert
Maintenance
6
Quality
18
Community
8
Popularity
6
Documentation
12
orx-funvec
Maintenance
7
Quality
17
Community
6
Popularity
5
Documentation
10
Technical Details
| csselection_sort | sorted-insert | orx-funvec | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.6 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 7 |
| Crate Size | 3KB | 5KB | 19KB |
| Features | 0 | 2 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sorted-insert leads with a health score of 50/100, but none of the options score above 80.
- •⚠ csselection_sort, orx-funvec have not been updated in over a year.