Decision Workspace
evictor vs cachekit vs cachelito-core
Side-by-side comparison of Rust crates
55
evictor
experimentalv0.5.1
A library for generic caching with configurable eviction policies.
52
cachekit
experimentalv0.5.0
High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
59
cachelito-core
experimentalv0.16.0
Core functionality for cachelito - global cache with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU eviction policies
Core Metrics
| evictor | cachekit | cachelito-core | |
|---|---|---|---|
| Health Score | 55 | 52 | 59 |
| Total Downloads | 6.7K | 100 | 664 |
| 30d Downloads | 2.9K | 23 | 60 |
| Dependents | 8 | 0 | 22 |
| Releases | 6 | 6 | 13 |
| Last Updated | 223d ago | 25d ago | 78d ago |
| Age | 7m | 2m | 4m |
Health Breakdown
evictor
Maintenance
16
Quality
15
Community
9
Popularity
5
Documentation
10
cachekit
Maintenance
15
Quality
14
Community
6
Popularity
2
Documentation
15
cachelito-core
Maintenance
16
Quality
15
Community
10
Popularity
3
Documentation
15
Technical Details
| evictor | cachekit | cachelito-core | |
|---|---|---|---|
| Version | 0.5.1 | 0.5.0 | 0.16.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 10 | 6 |
| Crate Size | 40KB | 536KB | 89KB |
| Features | 4 | 22 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.85 | 1.70.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cachelito-core leads with a health score of 59/100, but none of the options score above 80.
- •evictor has the most downloads (6.7K), suggesting wider adoption.