Subsequence match merging: implement minimum number of merges #2077
Labels
enhancement
Issue/PR that involves features, improvements and other changes
minor
Minor issue/feature/contribution/change
After merging each comparison, we should check the number of neighboring matches merged. When this number is below a threshold, the merged matches should be dropped and the original ones used. This safeguard reduces the impact on pairs or unrelated programs.
The text was updated successfully, but these errors were encountered: