mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 07:15:19 +00:00
0d4d8c083f
MODE_DIST (-s) is the same as MODE_DIST_LENVENSTEIN (-ss) but much slower. Drop it. Make MODE_DIST_MYERS (-sss, faster than MODE_DIST_LENVENSTEIN) take its place (-s). The original comment was incorrect (-s is not Eugene W. Myer's algorithm). It is correct now. * drop buggy Levenshtein and rename the original * fix tests Co-authored-by: eagleoflqj and Maskray