Decision Workspace
fixed-cache vs dualcache-ff vs cache-advisor
Side-by-side comparison of Rust crates
59
fixed-cache
experimentalv0.1.8
A minimalistic, lock-free, fixed-size cache
56
dualcache-ff
experimentalv0.3.1
A wait-free, high-performance concurrent cache optimized for extreme read-to-write ratios.
53
cache-advisor
growingv1.0.16
scan-resistant concurrent cache eviction manager
Core Metrics
| fixed-cache | dualcache-ff | cache-advisor | |
|---|---|---|---|
| Health Score | 59 | 56 | 53 |
| Total Downloads | 520.0K | 115 | 88.0K |
| 30d Downloads | 148.1K | 0 | 6.1K |
| Dependents | 8 | 11 | 42 |
| Releases | 9 | 7 | 9 |
| Last Updated | 103d ago | today | 1024d ago |
| Age | 5m | 12d | 3y 11m |
Health Breakdown
fixed-cache
Maintenance
15
Quality
16
Community
9
Popularity
7
Documentation
12
dualcache-ff
Maintenance
16
Quality
16
Community
9
Popularity
2
Documentation
13
cache-advisor
Maintenance
4
Quality
20
Community
10
Popularity
6
Documentation
13
Technical Details
| fixed-cache | dualcache-ff | cache-advisor | |
|---|---|---|---|
| Version | 0.1.8 | 0.3.1 | 1.0.16 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 4 | 2 | 1 |
| Crate Size | 19KB | 43KB | 14KB |
| Features | 6 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.88 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fixed-cache leads with a health score of 59/100, but none of the options score above 80.
- •⚠ cache-advisor has not been updated in over a year.
- •fixed-cache, dualcache-ff are pre-1.0 — API may change.