-
-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
Description
Hi @BurntSushi ,
Was thinking of submitting a PR to use the simdutf8 crate for SIMD accelerated utf8 validation.
https://github.com/rusticstuff/simdutf8
The benchmarks look pretty good:
https://crates.io/crates/simdutf8
And its used by a lot of high-profile crates:
https://crates.io/crates/simdutf8/reverse_dependencies
I successfully used it in a rust-csv fork I was using earlier, but I was hoping to just keep using the release version of the csv crate.
Is this something that you would consider merging?
Reactions are currently unavailable