thibaultbl/fastlevenshtein

Add early stop parameter

Closed this issue · 0 comments

Add early stop parameter that allow levensthein distance to exit early if distance is > threshold.

In many case, we are only interested in couple that are close enough and couple that are too distant from each others arte not of interest. In this case, it would be a huge performance boost to exist early if distance is higher than threshold.