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

validate: Faster RFC4180 validation with byterecords and SIMD-accelerated utf8 validation #1440

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

jqnatividad
Copy link
Owner

No description provided.

@jqnatividad jqnatividad merged commit e679eb9 into master Nov 26, 2023
10 checks passed
}

// use SIMD accelerated UTF-8 validation
if simdutf8::basic::from_utf8(&record.as_slice()).is_err() {

Check warning

Code scanning / clippy

this expression creates a reference which is immediately dereferenced by the compiler Warning

this expression creates a reference which is immediately dereferenced by the compiler
@jqnatividad jqnatividad deleted the validate-faster-using-byterecords_and_simd branch December 12, 2023 05:44
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

Successfully merging this pull request may close these issues.

None yet

1 participant