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 reverse() string function with ASCII fast path #12445

Open
Tracked by #12306
2010YOUY01 opened this issue Sep 12, 2024 · 1 comment
Open
Tracked by #12306

Optimize reverse() string function with ASCII fast path #12445

2010YOUY01 opened this issue Sep 12, 2024 · 1 comment
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 reverse() function

Describe alternatives you've considered

No response

Additional context

No response

@Rachelint
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

No branches or pull requests

2 participants