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

Add [Sub]String specializations for contains and other search algorithms #687

Open
milseman opened this issue Jul 20, 2023 · 0 comments
Open

Comments

@milseman
Copy link
Collaborator

Right now, contains() calls into the generic 2-way searcher which does Character loading and comparison, instead of doing the fast thing. We should specialize for String types.

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