1
Fork 0
rust/compiler/rustc_span/src/lev_distance
Tomasz Miąsko 6236882127 Introduce a limit to Levenshtein distance computation
Incorporate distance limit from `find_best_match_for_name` directly into
Levenshtein distance computation.

Use the string size difference as a lower bound on the distance and exit
early when it exceeds the specified limit.

After finding a candidate within a limit, lower the limit further to
restrict the search space.
2022-01-26 12:38:22 +01:00
..
tests.rs Introduce a limit to Levenshtein distance computation 2022-01-26 12:38:22 +01:00