Decision Workspace
evictor vs cachekit vs cache-mod
Side-by-side comparison of Rust crates
58
evictor
experimentalv0.7.2
A library for generic caching with configurable eviction policies.
55
cachekit
experimentalv0.8.0
High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
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.
Core Metrics
| evictor | cachekit | cache-mod | |
|---|---|---|---|
| Health Score | 58 | 55 | 61 |
| Total Downloads | 13.8K | 150 | 126 |
| 30d Downloads | 3.9K | 0 | 0 |
| Dependents | 8 | 0 | 0 |
| Releases | 7 | 9 | 9 |
| Last Updated | 43d ago | 33d ago | 4d ago |
| Age | 9m | 4m | 5d |
Health Breakdown
evictor
Maintenance
16
Quality
16
Community
9
Popularity
5
Documentation
12
cachekit
Maintenance
20
Quality
14
Community
6
Popularity
3
Documentation
12
cache-mod
Maintenance
19
Quality
18
Community
6
Popularity
3
Documentation
15
Technical Details
| evictor | cachekit | cache-mod | |
|---|---|---|---|
| Version | 0.7.2 | 0.8.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 7 | 12 | 2 |
| Crate Size | 61KB | 655KB | 91KB |
| Features | 6 | 23 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.88.0 | 1.85 | 1.75 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cache-mod leads with a health score of 61/100, but none of the options score above 80.
- •evictor has the most downloads (13.8K), suggesting wider adoption.
- •evictor, cachekit are pre-1.0 — API may change.