rusticstuff / simdutf8

SIMD-accelerated UTF-8 validation for Rust.
Other
522 stars 25 forks source link

UTF-8 reordering and deletion detector #55

Closed chadbrewbaker closed 2 years ago

chadbrewbaker commented 2 years ago

See https://trojansource.codes/trojan-source.pdf

A SIMD version of the UTF-8 reordering/deletion detector is now critical infrastructure. https://imperceptible.ml/detector

hkratz commented 2 years ago

This is not really in scope for this project.