-
Notifications
You must be signed in to change notification settings - Fork 626
add KMP search algorithm (gated by build flag) #1277
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
Conversation
Note: this PR has not been tested yet, as |
@midzer you can ignore those e2e test failures, but the unit tests probably need a bit more work and eslint run on the code to match the rest of the code base. |
I've setup a new v12 branch for new feature work, once that is done it can get merged into |
I've fixed the issue with the search flags, and will merge that into the next version update ( |
Description
KMP search algorithm by feature discussion in #880
Should fix #1229
Types of changes
Checklist