Decision Workspace
quick_cache vs cache-mod vs cachekit
Side-by-side comparison of Rust crates
68
quick_cache
growingv0.6.22
Lightweight and high performance concurrent cache
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.
55
cachekit
experimentalv0.8.0
High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
Core Metrics
| quick_cache | cache-mod | cachekit | |
|---|---|---|---|
| Health Score | 68 | 61 | 55 |
| Total Downloads | 17.6M | 126 | 150 |
| 30d Downloads | 1.8M | 0 | 0 |
| Dependents | 2.2K | 0 | 0 |
| Releases | 38 | 9 | 9 |
| Last Updated | 8d ago | 4d ago | 33d ago |
| Age | 3y 9m | 5d | 4m |
Health Breakdown
quick_cache
Maintenance
18
Quality
15
Community
15
Popularity
8
Documentation
12
cache-mod
Maintenance
19
Quality
18
Community
6
Popularity
3
Documentation
15
cachekit
Maintenance
20
Quality
14
Community
6
Popularity
3
Documentation
12
Technical Details
| quick_cache | cache-mod | cachekit | |
|---|---|---|---|
| Version | 0.6.22 | 1.0.0 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 10 | 2 | 12 |
| Crate Size | 63KB | 91KB | 655KB |
| Features | 4 | 2 | 23 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.71 | 1.75 | 1.85 |
| 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, cachekit are pre-1.0 — API may change.