Decision Workspace
asylum vs flyweights vs string-interner
Side-by-side comparison of Rust crates
35
asylum
experimentalv0.1.0
A fast, lightweight string interner with automatic cleanup to prevent memory bloat.
48
flyweights
experimentalv0.1.5
Interned strings & bytestrings for client-controlled values in long-lived programs.
54
string-interner
growingv0.19.0
Efficient string interner with minimal memory footprint and fast access to the underlying strings.
Core Metrics
| asylum | flyweights | string-interner | |
|---|---|---|---|
| Health Score | 35 | 48 | 54 |
| Total Downloads | 736 | 2.5K | 27.3M |
| 30d Downloads | 3 | 25 | 1.6M |
| Dependents | 0 | 0 | 2.1K |
| Releases | 1 | 6 | 34 |
| Last Updated | 334d ago | 270d ago | 409d ago |
| Age | 11m | 9m | 9y 1m |
Health Breakdown
asylum
Maintenance
3
Quality
14
Community
3
Popularity
3
Documentation
12
flyweights
Maintenance
10
Quality
14
Community
8
Popularity
4
Documentation
12
string-interner
Maintenance
7
Quality
12
Community
14
Popularity
8
Documentation
13
Technical Details
| asylum | flyweights | string-interner | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.5 | 0.19.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | BSD-2-Clause | MIT/Apache-2.0 |
| Dependencies | 3 | 10 | 5 |
| Crate Size | 19KB | 22KB | 32KB |
| Features | 0 | 2 | 6 |
| Yanked % | 0.0% | 0.0% | 23.5% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.80.1 | 1.81.0 | — |
| Owners | 1 | 2 | 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 has not been updated in over a year.