Decision Workspace
stretto vs fibre_cache vs scc
Side-by-side comparison of Rust crates
66
stretto
growingv0.9.0
Stretto is a high performance thread-safe memory-bound Rust cache.
55
fibre_cache
experimentalv0.4.8
Best in-class comprehensive, most flexible, high-performance, concurrent multi-mode sync/async caching library for Rust. It provides a rich, ergonomic API including a runtime-agnostic CacheLoader, an atomic `entry` API, and a wide choice of modern cache policies like W-TinyLFU, SIEVE, ARC, LRU, Clock, SLRU, Random.
67
scc
stablev3.7.1
A collection of high-performance asynchronous/concurrent containers with both asynchronous and synchronous interfaces
Core Metrics
| stretto | fibre_cache | scc | |
|---|---|---|---|
| Health Score | 66 | 55 | 67 |
| Total Downloads | 369.7K | 2.4K | 65.2M |
| 30d Downloads | 15.3K | 0 | 5.9M |
| Dependents | 193 | 8 | 1.2K |
| Releases | 36 | 9 | 243 |
| Last Updated | 13d ago | 1d ago | 13d ago |
| Age | 4y 7m | 11m | 5y 6m |
Health Breakdown
stretto
Maintenance
18
Quality
14
Community
12
Popularity
7
Documentation
15
fibre_cache
Maintenance
19
Quality
13
Community
9
Popularity
4
Documentation
10
scc
Maintenance
18
Quality
12
Community
14
Popularity
8
Documentation
15
Technical Details
| stretto | fibre_cache | scc | |
|---|---|---|---|
| Version | 0.9.0 | 0.4.8 | 3.7.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MPL-2.0 | Apache-2.0 |
| Dependencies | 22 | 21 | 12 |
| Crate Size | 148KB | 120KB | 140KB |
| Features | 7 | 7 | 1 |
| Yanked % | 0.0% | 0.0% | 82.3% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85.0 | — | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •scc leads with a health score of 67/100, but none of the options score above 80.
- •scc is depended on by 1.2K crates — strongest ecosystem trust.
- •stretto, fibre_cache are pre-1.0 — API may change.