Decision Workspace
expire_set vs rayon vs fast-steal
Side-by-side comparison of Rust crates
42
expire_set
experimentalv0.1.9
High-performance concurrent expiration set using unsafe raw pointers / 基于非安全原始指针的高性能并发过期集合
74
rayon
stablev1.12.0
Simple work-stealing parallelism for Rust
67
fast-steal
stablev6.5.3
特别快的多线程任务调度器,支持超细颗粒度的任务窃取
Core Metrics
| expire_set | rayon | fast-steal | |
|---|---|---|---|
| Health Score | 42 | 74 | 67 |
| Total Downloads | 600 | 394.0M | 26.8K |
| 30d Downloads | 0 | 29.9M | 0 |
| Dependents | 8 | 119.7K | 58 |
| Releases | 8 | 40 | 56 |
| Last Updated | 157d ago | 42d ago | 2d ago |
| Age | 6m | 10y 5m | 1y 1m |
Health Breakdown
expire_set
Maintenance
12
Quality
13
Community
6
Popularity
3
Documentation
8
rayon
Maintenance
16
Quality
19
Community
16
Popularity
8
Documentation
15
fast-steal
Maintenance
19
Quality
19
Community
11
Popularity
5
Documentation
13
Technical Details
| expire_set | rayon | fast-steal | |
|---|---|---|---|
| Version | 0.1.9 | 1.12.0 | 6.5.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MulanPSL-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 8 | 5 | 3 |
| Crate Size | 14KB | 183KB | 7KB |
| Features | 1 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.80 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •rayon leads with a health score of 74/100, but none of the options score above 80.
- •rayon is depended on by 119.7K crates — strongest ecosystem trust.
- •expire_set is pre-1.0 — API may change.