Not sure if there's a "there" there, but I should do some research to see if anybody has used SIMD to do fuzzy text matching. **Update:** Found some prior art: - https://github.com/Saghen/frizbee (Fuzzy string matcher in Rust) - [A Review of Parallel Implementations for the Smith–Waterman Algorithm (2021)](https://pmc.ncbi.nlm.nih.gov/articles/PMC8419822/#Sec13) - [Smith-Waterman algorithm](https://en.wikipedia.org/wiki/Smith%E2%80%93Waterman_algorithm) on Wikipedia