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 SIMD-enabled replacement for std::str::is_ascii() #26

Open
hkratz opened this issue Apr 26, 2021 · 1 comment
Open

Add SIMD-enabled replacement for std::str::is_ascii() #26

hkratz opened this issue Apr 26, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@hkratz
Copy link
Contributor

hkratz commented Apr 26, 2021

As this is already implemented as part of the UTF-8 code it could be easily exposed as a function.

@hkratz hkratz added the enhancement New feature or request label Apr 26, 2021
@hkratz hkratz changed the title Add fast is_ascii() replacement Add fast std::str::is_ascii() replacement Apr 26, 2021
@hkratz hkratz changed the title Add fast std::str::is_ascii() replacement Add SIMD-enabled replacement for std::str::is_ascii() Apr 26, 2021
@ritchie46
Copy link

Polars would be very much interested in this. Is there a possibility to expose this?

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