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 #105

Merged
merged 1 commit into from
Oct 4, 2019
Merged

Conversation

marcomagdy
Copy link
Contributor

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.

Copy link
Collaborator

@srprash srprash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite a neat solution. Thanks!!

@srprash srprash merged commit fd63a65 into aws:master Oct 4, 2019
enif-lee pushed a commit to enif-lee/aws-xray-sdk-dotnet that referenced this pull request Sep 11, 2020
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