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

Case Insensitive Matching #4

Open
almondtools opened this issue Feb 26, 2016 · 1 comment
Open

Case Insensitive Matching #4

almondtools opened this issue Feb 26, 2016 · 1 comment

Comments

@almondtools
Copy link
Owner

Yet none of the algorithms does support Case Insensitive Matching (or Char Classes).

@almondtools
Copy link
Owner Author

almondtools commented Nov 25, 2016

From the blog:

Searching over 1M+ strings – it would be a lot of overhead and many temp objects to create lower case strings…

It would be great to see case insensitive search build-in in your lib

Is this a convenience requirement or a performance requirement? The latter is not easy to cover because the temp objects will be created anyway.

I think searching for 1M+ strings means that you need a search for multiple patterns at the same time, right? Or do you only need an algorithm which you want to invoke 1M+ times with individual patterns?

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

No branches or pull requests

1 participant