Decision Workspace
slotpoller vs promisery vs gyre
Side-by-side comparison of Rust crates
42
slotpoller
experimentalv0.2.1
Bounded, lock-free futures collection. Faster than FuturesUnordered and other crates.
57
promisery
growingv2.0.1
A JavaScript-inspired, ergonomic, and composable Promise type for Rust, supporting background work, chaining, and error handling with Result.
57
gyre
experimentalv1.1.4
A lock-free asynchronous ring buffer inspired by the LMAX Disruptor.
Core Metrics
| slotpoller | promisery | gyre | |
|---|---|---|---|
| Health Score | 42 | 57 | 57 |
| Total Downloads | 33 | 2.1K | 1.5K |
| 30d Downloads | 5 | 25 | 40 |
| Dependents | 0 | 1 | 13 |
| Releases | 2 | 5 | 16 |
| Last Updated | 52d ago | 266d ago | 132d ago |
| Age | 1m | 8m | 4m |
Health Breakdown
slotpoller
Maintenance
11
Quality
12
Community
5
Popularity
2
Documentation
12
promisery
Maintenance
15
Quality
18
Community
7
Popularity
4
Documentation
13
gyre
Maintenance
14
Quality
17
Community
9
Popularity
4
Documentation
13
Technical Details
| slotpoller | promisery | gyre | |
|---|---|---|---|
| Version | 0.2.1 | 2.0.1 | 1.1.4 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 15 | 2 | 3 |
| Crate Size | 68KB | 9KB | 30KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.90.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •promisery leads with a health score of 57/100, but none of the options score above 80.
- •slotpoller is pre-1.0 — API may change.