Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsequence match merging: implement minimum number of merges #2077

Open
tsaglam opened this issue Nov 22, 2024 · 0 comments
Open

Subsequence match merging: implement minimum number of merges #2077

tsaglam opened this issue Nov 22, 2024 · 0 comments
Assignees
Labels
enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change

Comments

@tsaglam
Copy link
Member

tsaglam commented Nov 22, 2024

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.

@tsaglam tsaglam added enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change labels Nov 22, 2024
@tsaglam tsaglam self-assigned this Nov 22, 2024
@tsaglam tsaglam changed the title Subsequence match merging: implement minimum number of merges. Subsequence match merging: implement minimum number of merges Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change
Projects
None yet
Development

No branches or pull requests

1 participant