Decision Workspace
stringleton-dylib vs string-interner vs lasso
Side-by-side comparison of Rust crates
47
stringleton-dylib
growingv0.2.1
Extremely fast string interning library (dylib support)
54
string-interner
growingv0.19.0
Efficient string interner with minimal memory footprint and fast access to the underlying strings.
53
lasso
growingv0.7.3
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
| stringleton-dylib | string-interner | lasso | |
|---|---|---|---|
| Health Score | 47 | 54 | 53 |
| Total Downloads | 1.9K | 27.3M | 7.8M |
| 30d Downloads | 7 | 1.7M | 492.2K |
| Dependents | 0 | 2.1K | 723 |
| Releases | 4 | 34 | 18 |
| Last Updated | 101d ago | 409d ago | 585d ago |
| Age | 1y | 9y 1m | 6y |
Health Breakdown
stringleton-dylib
Maintenance
13
Quality
17
Community
3
Popularity
4
Documentation
10
string-interner
Maintenance
7
Quality
12
Community
14
Popularity
8
Documentation
13
lasso
Maintenance
6
Quality
12
Community
14
Popularity
8
Documentation
13
Technical Details
| stringleton-dylib | string-interner | lasso | |
|---|---|---|---|
| Version | 0.2.1 | 0.19.0 | 0.7.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 5 | 11 |
| Crate Size | 6KB | 32KB | 79KB |
| Features | 7 | 6 | 6 |
| Yanked % | 0.0% | 23.5% | 16.7% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •string-interner leads with a health score of 54/100, but none of the options score above 80.
- •string-interner is depended on by 2.1K crates — strongest ecosystem trust.
- •⚠ string-interner, lasso have not been updated in over a year.