This is a SIMD implementation of std::str::find in Rust.
Just test it!
cargo test --release -- --nocaptureYou will see the difference of the two implementations.
Or you want to use some other tools like hyperfine, just use --simd parameter!
hyperfine --warmup 1 -r 1 'cargo run --release' 'cargo run --release -- --simd'