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

Faster implementation of wildcard matching #149

Merged
merged 2 commits into from
Oct 4, 2019
Merged

Conversation

marcomagdy
Copy link
Contributor

@marcomagdy marcomagdy commented Oct 2, 2019

While working on the C++ variant of this piece, I've found this algorithm to be much faster
This implementation does not use DP, so it does not need to allocate an array of booleans. It also does not allocate two new strings to convert them to lowercase.

I work at aws, so ping me if you have questions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@marcomagdy marcomagdy marked this pull request as ready for review October 2, 2019 17:25
@srprash srprash merged commit 6e43a9d into aws:master Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants