Skip to content

Use simdutf8 for SIMD accelerated utf8 validation? #410

@jqnatividad

Description

@jqnatividad

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions