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

Optimize strpos() string function with ASCII fast path #12366

Closed
Tracked by #12306
2010YOUY01 opened this issue Sep 7, 2024 · 1 comment · Fixed by #12401
Closed
Tracked by #12306

Optimize strpos() string function with ASCII fast path #12366

2010YOUY01 opened this issue Sep 7, 2024 · 1 comment · Fixed by #12401
Assignees
Labels
enhancement New feature or request

Comments

@2010YOUY01
Copy link
Contributor

Is your feature request related to a problem or challenge?

Part of #12306

#12306 has introduced the rationale for ASCII fast path in detail

This optimization has already been implemented on char_length() string function and got some performance improvement.
(In PR #12356)

Describe the solution you'd like

Implement ASCII fast path for strpos() function

Describe alternatives you've considered

No response

Additional context

No response

@2010YOUY01 2010YOUY01 added the enhancement New feature or request label Sep 7, 2024
@goldmedal
Copy link
Contributor

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants