Decision Workspace
intaglio vs string-interner vs lasso2
Side-by-side comparison of Rust crates
78
intaglio
stablev1.15.1
UTF-8 string and byte string interner and symbol table
65
string-interner
growingv0.20.0
Efficient string interner with minimal memory footprint and fast access to the underlying strings.
53
lasso2
growingv0.8.2
A multithreaded and single threaded string interner that allows strings to be cached with a minimal memory footprint, associating them with a unique key that can be used to retrieve them at any time.
Core Metrics
| intaglio | string-interner | lasso2 | |
|---|---|---|---|
| Health Score | 78 | 65 | 53 |
| Total Downloads | 1.4M | 30.0M | 203.3K |
| 30d Downloads | 82.6K | 1.5M | 36.3K |
| Dependents | 91 | 2.4K | 45 |
| Releases | 27 | 35 | 3 |
| Last Updated | 1d ago | 25d ago | 733d ago |
| Age | 5y 11m | 9y 3m | 2y |
Health Breakdown
intaglio
Maintenance
18
Quality
22
Community
16
Popularity
7
Documentation
15
string-interner
Maintenance
16
Quality
12
Community
14
Popularity
8
Documentation
15
lasso2
Maintenance
5
Quality
16
Community
11
Popularity
6
Documentation
15
Technical Details
| intaglio | string-interner | lasso2 | |
|---|---|---|---|
| Version | 1.15.1 | 0.20.0 | 0.8.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 5 | 11 |
| Crate Size | 57KB | 33KB | 79KB |
| Features | 6 | 6 | 6 |
| Yanked % | 3.7% | 22.9% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85.0 | 1.65.0 | 1.71 |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •intaglio leads with a health score of 78/100, but none of the options score above 80.
- •string-interner has the most downloads (30.0M), suggesting wider adoption.
- •string-interner is depended on by 2.4K crates — strongest ecosystem trust.
- •⚠ lasso2 has not been updated in over a year.
- •string-interner, lasso2 are pre-1.0 — API may change.