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

Use vector algorithms in basic_string::find and basic_string::rfind #5036

Open
AlexGuteniev opened this issue Oct 24, 2024 · 0 comments · May be fixed by #5101
Open

Use vector algorithms in basic_string::find and basic_string::rfind #5036

AlexGuteniev opened this issue Oct 24, 2024 · 0 comments · May be fixed by #5101
Labels
performance Must go faster

Comments

@AlexGuteniev
Copy link
Contributor

We have enough vector algorithms to do this: search, find_end, find_last.

Every overload for 8 bit and 16 bit characters and standard character traits should use some of the following: a CRT function, a built-in, a vectorized implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Must go faster
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants