Decision Workspace
cachelito-core vs cache-mod vs pi_cache
Side-by-side comparison of Rust crates
55
cachelito-core
experimentalv0.16.0
Core functionality for cachelito - global cache with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU eviction policies
59
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.
58
pi_cache
growingv0.5.0
Implementation of LFU-LRU cache
Core Metrics
| cachelito-core | cache-mod | pi_cache | |
|---|---|---|---|
| Health Score | 55 | 59 | 58 |
| Total Downloads | 813 | 145 | 23.7K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 22 | 0 | 48 |
| Releases | 13 | 9 | 18 |
| Last Updated | 186d ago | 53d ago | 17d ago |
| Age | 8m | 1m | 4y 3m |
Health Breakdown
cachelito-core
Maintenance
12
Quality
15
Community
10
Popularity
3
Documentation
15
cache-mod
Maintenance
16
Quality
19
Community
6
Popularity
3
Documentation
15
pi_cache
Maintenance
17
Quality
13
Community
13
Popularity
5
Documentation
10
Technical Details
| cachelito-core | cache-mod | pi_cache | |
|---|---|---|---|
| Version | 0.16.0 | 1.0.0 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 6 | 2 | 10 |
| Crate Size | 89KB | 91KB | 14KB |
| Features | 2 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70.0 | 1.75 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •cache-mod leads with a health score of 59/100, but none of the options score above 80.
- •pi_cache has the most downloads (23.7K), suggesting wider adoption.
- •cachelito-core, pi_cache are pre-1.0 — API may change.