Rust edit distance routines accelerated using SIMD, supporting Hamming, Levenshtein, restricted Damerau-Levenshtein, and string search.
# Cargo.toml
[dependencies]
triple_accel = "0.4.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes the Levenshtein distance between two strings using SIMD acceleration.
Ensure target CPU supports SIMD or use fallback.
No dependency data recorded yet.