Decision Workspace
equal-parts vs arbitrary-chunks vs split-every
Side-by-side comparison of Rust crates
45
equal-parts
growingv1.0.3
An iterator that splits a collection into approximately equal parts.
46
arbitrary-chunks
growingv0.4.1
An iterator that allows specifying an input array of arbitrary chunk-sizes with which to split a vector or array.
46
split-every
growingv3.1.0
Split for every n occurrences of a pattern iteratively!
Core Metrics
| equal-parts | arbitrary-chunks | split-every | |
|---|---|---|---|
| Health Score | 45 | 46 | 46 |
| Total Downloads | 1.2K | 75.3K | 3.8K |
| 30d Downloads | 7 | 15.3K | 6 |
| Dependents | 0 | 70 | 0 |
| Releases | 4 | 4 | 4 |
| Last Updated | 191d ago | 1129d ago | 461d ago |
| Age | 6m | 4y 8m | 1y 7m |
Health Breakdown
equal-parts
Maintenance
10
Quality
18
Community
3
Popularity
4
Documentation
10
arbitrary-chunks
Maintenance
3
Quality
15
Community
10
Popularity
6
Documentation
12
split-every
Maintenance
6
Quality
20
Community
6
Popularity
4
Documentation
10
Technical Details
| equal-parts | arbitrary-chunks | split-every | |
|---|---|---|---|
| Version | 1.0.3 | 0.4.1 | 3.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | Apache-2.0 | Apache-2.0 OR MIT | MIT |
| Dependencies | 2 | 1 | 0 |
| Crate Size | 11KB | 8KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •arbitrary-chunks leads with a health score of 46/100, but none of the options score above 80.
- •⚠ arbitrary-chunks, split-every have not been updated in over a year.
- •arbitrary-chunks is pre-1.0 — API may change.