Decision Workspace
levenshtein-diff vs triple_accel vs liblevenshtein
Side-by-side comparison of Rust crates
41
levenshtein-diff
growingv0.2.4
Generic implementation of Levenshtein's algorithm that also allows you to generate the edits required to convert a source sequence to a target, and apply them to the source sequence to regenerate the target.
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.
47
liblevenshtein
experimentalv0.8.0
Levenshtein/Universal Automata for approximate string matching using various dictionary backends
Core Metrics
| levenshtein-diff | triple_accel | liblevenshtein | |
|---|---|---|---|
| Health Score | 41 | 49 | 47 |
| Total Downloads | 34.1K | 1.5M | 977 |
| 30d Downloads | 2.9K | 54.9K | 151 |
| Dependents | 4 | 79 | 0 |
| Releases | 8 | 10 | 4 |
| Last Updated | 1228d ago | 1743d ago | 96d ago |
| Age | 5y 2m | 5y 10m | 4m |
Health Breakdown
levenshtein-diff
Maintenance
5
Quality
15
Community
7
Popularity
5
Documentation
9
triple_accel
Maintenance
4
Quality
18
Community
11
Popularity
7
Documentation
9
liblevenshtein
Maintenance
14
Quality
11
Community
6
Popularity
4
Documentation
12
Technical Details
| levenshtein-diff | triple_accel | liblevenshtein | |
|---|---|---|---|
| Version | 0.2.4 | 0.4.0 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 1 | 2 | 45 |
| Crate Size | 7KB | 38KB | 4.9MB |
| Features | 0 | 7 | 34 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •triple_accel leads with a health score of 49/100, but none of the options score above 80.
- •⚠ levenshtein-diff, triple_accel have not been updated in over a year.