Decision Workspace
hash_str vs fixed-cache vs inturn
Side-by-side comparison of Rust crates
45
hash_str
experimentalv0.2.0
Strings with a precomputed hash.
59
fixed-cache
experimentalv0.1.8
A minimalistic, lock-free, fixed-size cache
52
inturn
experimentalv0.1.2
Efficient, performant, thread-safe bytes/string interning
Core Metrics
| hash_str | fixed-cache | inturn | |
|---|---|---|---|
| Health Score | 45 | 59 | 52 |
| Total Downloads | 5.3K | 240.1K | 271.4K |
| 30d Downloads | 12 | 109.6K | 44.5K |
| Dependents | 0 | 7 | 7 |
| Releases | 10 | 9 | 3 |
| Last Updated | 332d ago | 44d ago | 216d ago |
| Age | 11m | 3m | 9m |
Health Breakdown
hash_str
Maintenance
13
Quality
15
Community
3
Popularity
4
Documentation
10
fixed-cache
Maintenance
17
Quality
16
Community
8
Popularity
6
Documentation
12
inturn
Maintenance
10
Quality
14
Community
7
Popularity
6
Documentation
15
Technical Details
| hash_str | fixed-cache | inturn | |
|---|---|---|---|
| Version | 0.2.0 | 0.1.8 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 7 | 4 | 5 |
| Crate Size | 17KB | 19KB | 13KB |
| Features | 4 | 6 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.88 | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fixed-cache leads with a health score of 59/100, but none of the options score above 80.
- •inturn has the most downloads (271.4K), suggesting wider adoption.