Decision Workspace
arc-string-interner vs string-interner vs lasso2
Side-by-side comparison of Rust crates
38
arc-string-interner
growingv0.1.0
An efficient cuncurrent string interning data structure with minimal memory-footprint and fast access to the underlying contents.
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
| arc-string-interner | string-interner | lasso2 | |
|---|---|---|---|
| Health Score | 38 | 65 | 53 |
| Total Downloads | 6.8K | 30.0M | 203.3K |
| 30d Downloads | 0 | 1.5M | 36.3K |
| Dependents | 2 | 2.4K | 45 |
| Releases | 4 | 35 | 3 |
| Last Updated | 1659d ago | 25d ago | 733d ago |
| Age | 6y 1m | 9y 3m | 2y |
Health Breakdown
arc-string-interner
Maintenance
4
Quality
11
Community
6
Popularity
5
Documentation
12
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
| arc-string-interner | string-interner | lasso2 | |
|---|---|---|---|
| Version | 0.1.0 | 0.20.0 | 0.8.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 5 | 11 |
| Crate Size | 24KB | 33KB | 79KB |
| Features | 3 | 6 | 6 |
| Yanked % | 25.0% | 22.9% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.65.0 | 1.71 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •string-interner leads with a health score of 65/100, but none of the options score above 80.
- •string-interner is depended on by 2.4K crates — strongest ecosystem trust.
- •⚠ arc-string-interner, lasso2 have not been updated in over a year.