Skip to content

Improve fuzzy matching

Waqar Ahmed requested to merge work/imp-fuzzy into master

Mostly cleaning up and simplifying things. Remove the unneeded array, brings a small perf benefit as we don't have to memset it 0 all the time now.

Try to score fully in sequence matches higher if length of the pattern is >= 4

Merge request reports