Decision Workspace
triple_accel vs strsim vs textdistance
Side-by-side comparison of Rust crates
49
triple_accel
growingv0.4.0
Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
56
strsim
growingv0.11.1
Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
50
textdistance
growingv1.1.1
Lots of algorithms to compare how similar two sequences are
Core Metrics
| triple_accel | strsim | textdistance | |
|---|---|---|---|
| Health Score | 49 | 56 | 50 |
| Total Downloads | 1.5M | 696.9M | 398.5K |
| 30d Downloads | 54.9K | 46.8M | 44.2K |
| Dependents | 79 | 9.4K | 87 |
| Releases | 10 | 25 | 12 |
| Last Updated | 1743d ago | 724d ago | 493d ago |
| Age | 5y 10m | 11y 1m | 3y 10m |
Health Breakdown
triple_accel
Maintenance
4
Quality
18
Community
11
Popularity
7
Documentation
9
strsim
Maintenance
4
Quality
15
Community
16
Popularity
8
Documentation
13
textdistance
Maintenance
7
Quality
15
Community
11
Popularity
7
Documentation
10
Technical Details
| triple_accel | strsim | textdistance | |
|---|---|---|---|
| Version | 0.4.0 | 0.11.1 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 0 | 5 |
| Crate Size | 38KB | 14KB | 38KB |
| Features | 7 | 0 | 2 |
| Yanked % | 0.0% | 4.0% | 58.3% |
| Edition | 2018 | — | 2021 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •strsim leads with a health score of 56/100, but none of the options score above 80.
- •strsim is depended on by 9.4K crates — strongest ecosystem trust.
- •⚠ triple_accel, strsim, textdistance have not been updated in over a year.
- •triple_accel, strsim are pre-1.0 — API may change.