Decision Workspace
cache-mod vs rustycache vs quick_cache
Side-by-side comparison of Rust crates
61
cache-mod
experimentalv1.0.0
High-performance in-process caching with multiple eviction policies (LRU, LFU, TinyLFU, TTL, size-bounded). Async-safe, lock-minimized internals. Typed key-value API. No dependency on any external store.
51
rustycache
growingv2.0.0
A simple and easy-to-use caching library for Rust.
68
quick_cache
growingv0.6.22
Lightweight and high performance concurrent cache
Core Metrics
| cache-mod | rustycache | quick_cache | |
|---|---|---|---|
| Health Score | 61 | 51 | 68 |
| Total Downloads | 126 | 590 | 17.6M |
| 30d Downloads | 0 | 0 | 1.8M |
| Dependents | 0 | 0 | 2.2K |
| Releases | 9 | 2 | 38 |
| Last Updated | 4d ago | 110d ago | 8d ago |
| Age | 5d | 1y | 3y 9m |
Health Breakdown
cache-mod
Maintenance
19
Quality
18
Community
6
Popularity
3
Documentation
15
rustycache
Maintenance
11
Quality
20
Community
5
Popularity
3
Documentation
12
quick_cache
Maintenance
18
Quality
15
Community
15
Popularity
8
Documentation
12
Technical Details
| cache-mod | rustycache | quick_cache | |
|---|---|---|---|
| Version | 1.0.0 | 2.0.0 | 0.6.22 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | MIT | MIT |
| Dependencies | 2 | 5 | 10 |
| Crate Size | 91KB | 20KB | 63KB |
| Features | 2 | 2 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.75 | 1.93 | 1.71 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •quick_cache leads with a health score of 68/100, but none of the options score above 80.
- •quick_cache is depended on by 2.2K crates — strongest ecosystem trust.
- •quick_cache is pre-1.0 — API may change.