coolfindpattern

an updated version of my findpattern crate, this time using modern SIMD.

You have to enable SIMD instruction sets in your .cargo/config.toml. See config.toml

Old Version (naive)

Old Benchmark

New Version (SSE2)

New Benchmark SSE2

New Version (AVX2)

New Benchmark AVX2