Decision Workspace
tlru_cache vs cache-mod vs philiprehberger-cache-kit
Side-by-side comparison of Rust crates
37
tlru_cache
growingv0.1.4
Time-Aware LRU Cache
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.
56
philiprehberger-cache-kit
experimentalv0.6.0
Generic LRU cache with TTL, tags, and async support for Rust
Core Metrics
| tlru_cache | cache-mod | philiprehberger-cache-kit | |
|---|---|---|---|
| Health Score | 37 | 59 | 56 |
| Total Downloads | 3.1K | 145 | 228 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 3 | 9 | 15 |
| Last Updated | 687d ago | 53d ago | 98d ago |
| Age | 1y 10m | 1m | 4m |
Health Breakdown
tlru_cache
Maintenance
5
Quality
15
Community
3
Popularity
4
Documentation
10
cache-mod
Maintenance
16
Quality
19
Community
6
Popularity
3
Documentation
15
philiprehberger-cache-kit
Maintenance
17
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| tlru_cache | cache-mod | philiprehberger-cache-kit | |
|---|---|---|---|
| Version | 0.1.4 | 1.0.0 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | Apache-2.0 OR MIT | MIT |
| Dependencies | 2 | 2 | 2 |
| Crate Size | 4KB | 91KB | 12KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.75 | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cache-mod leads with a health score of 59/100, but none of the options score above 80.
- •tlru_cache has the most downloads (3.1K), suggesting wider adoption.
- •⚠ tlru_cache has not been updated in over a year.
- •tlru_cache, philiprehberger-cache-kit are pre-1.0 — API may change.