Decision Workspace
strider vs moving_min_max vs iterslide
Side-by-side comparison of Rust crates
40
strider
growingv0.1.3
ringbuffer operations on multiple values at once with an efficient implementation. useful for moving a window with variable step through a possibly infinite stream of values while avoiding unnecessary memory allocations
45
moving_min_max
growingv1.3.0
Tracking minimum or maximum of sliding windows.
43
iterslide
growingv1.0.1
A "sliding window" iterator.
Core Metrics
| strider | moving_min_max | iterslide | |
|---|---|---|---|
| Health Score | 40 | 45 | 43 |
| Total Downloads | 27.3K | 23.5K | 28.4K |
| 30d Downloads | 167 | 362 | 445 |
| Dependents | 9 | 0 | 1 |
| Releases | 4 | 10 | 7 |
| Last Updated | 3728d ago | 2093d ago | 2606d ago |
| Age | 10y 3m | 6y 2m | 11y 4m |
Health Breakdown
strider
Maintenance
2
Quality
16
Community
6
Popularity
5
Documentation
11
moving_min_max
Maintenance
4
Quality
21
Community
3
Popularity
5
Documentation
12
iterslide
Maintenance
3
Quality
21
Community
6
Popularity
5
Documentation
8
Technical Details
| strider | moving_min_max | iterslide | |
|---|---|---|---|
| Version | 0.1.3 | 1.3.0 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 14KB | 3KB | 3KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •moving_min_max leads with a health score of 45/100, but none of the options score above 80.
- •iterslide has the most downloads (28.4K), suggesting wider adoption.
- •⚠ strider, moving_min_max, iterslide have not been updated in over a year.
- •strider is pre-1.0 — API may change.