Decision Workspace
cachekit vs evictor vs quick_cache
Side-by-side comparison of Rust crates
52
cachekit
experimentalv0.5.0
High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
55
evictor
experimentalv0.5.1
A library for generic caching with configurable eviction policies.
68
quick_cache
growingv0.6.21
Lightweight and high performance concurrent cache
Core Metrics
| cachekit | evictor | quick_cache | |
|---|---|---|---|
| Health Score | 52 | 55 | 68 |
| Total Downloads | 100 | 6.7K | 14.3M |
| 30d Downloads | 23 | 3.0K | 1.9M |
| Dependents | 0 | 8 | 2.0K |
| Releases | 6 | 6 | 37 |
| Last Updated | 25d ago | 223d ago | 8d ago |
| Age | 2m | 7m | 3y 7m |
Health Breakdown
cachekit
Maintenance
15
Quality
14
Community
6
Popularity
2
Documentation
15
evictor
Maintenance
16
Quality
15
Community
9
Popularity
5
Documentation
10
quick_cache
Maintenance
18
Quality
15
Community
15
Popularity
8
Documentation
12
Technical Details
| cachekit | evictor | quick_cache | |
|---|---|---|---|
| Version | 0.5.0 | 0.5.1 | 0.6.21 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 10 | 4 | 10 |
| Crate Size | 536KB | 40KB | 60KB |
| Features | 22 | 4 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.85 | — | 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.0K crates — strongest ecosystem trust.