Decision Workspace
associative-cache vs cached vs quick_cache
Side-by-side comparison of Rust crates
67
associative-cache
stablev3.0.0
A generic N-way associative cache with fixed-size capacity and random or least recently used (LRU) replacement.
69
cached
growingv0.59.0
Generic cache implementations and simplified function memoization
68
quick_cache
growingv0.6.21
Lightweight and high performance concurrent cache
Core Metrics
| associative-cache | cached | quick_cache | |
|---|---|---|---|
| Health Score | 67 | 69 | 68 |
| Total Downloads | 1.7M | 32.4M | 14.3M |
| 30d Downloads | 141.2K | 2.0M | 1.9M |
| Dependents | 22 | 3.7K | 2.0K |
| Releases | 4 | 92 | 37 |
| Last Updated | 2d ago | 5d ago | 8d ago |
| Age | 6y 6m | 9y | 3y 7m |
Health Breakdown
associative-cache
Maintenance
16
Quality
20
Community
10
Popularity
7
Documentation
14
cached
Maintenance
19
Quality
15
Community
15
Popularity
8
Documentation
12
quick_cache
Maintenance
18
Quality
15
Community
15
Popularity
8
Documentation
12
Technical Details
| associative-cache | cached | quick_cache | |
|---|---|---|---|
| Version | 3.0.0 | 0.59.0 | 0.6.21 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 1 | 24 | 10 |
| Crate Size | 17KB | 77KB | 60KB |
| Features | 0 | 14 | 4 |
| Yanked % | 0.0% | 1.1% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | 1.65 | — | 1.71 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cached leads with a health score of 69/100, but none of the options score above 80.
- •cached is depended on by 3.7K crates — strongest ecosystem trust.
- •cached, quick_cache are pre-1.0 — API may change.