Decision Workspace
size_lru vs evictor vs cachekit
Side-by-side comparison of Rust crates
42
size_lru
experimentalv0.1.36
Fastest size-aware LRU cache with highest hit rate via LHD algorithm / 最快的大小感知 LRU 缓存,基于 LHD 算法实现最高命中率
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.
Core Metrics
| size_lru | evictor | cachekit | |
|---|---|---|---|
| Health Score | 42 | 55 | 52 |
| Total Downloads | 415 | 6.7K | 100 |
| 30d Downloads | 31 | 3.0K | 23 |
| Dependents | 0 | 8 | 0 |
| Releases | 27 | 6 | 6 |
| Last Updated | 70d ago | 223d ago | 25d ago |
| Age | 2m | 7m | 2m |
Health Breakdown
size_lru
Maintenance
10
Quality
15
Community
6
Popularity
3
Documentation
8
evictor
Maintenance
16
Quality
15
Community
9
Popularity
5
Documentation
10
cachekit
Maintenance
15
Quality
14
Community
6
Popularity
2
Documentation
15
Technical Details
| size_lru | evictor | cachekit | |
|---|---|---|---|
| Version | 0.1.36 | 0.5.1 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MulanPSL-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 22 | 4 | 10 |
| Crate Size | 77KB | 40KB | 536KB |
| Features | 11 | 4 | 22 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •evictor leads with a health score of 55/100, but none of the options score above 80.