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 (285ms/GB)

New Version (SSE2)

New Benchmark SSE2 (21ms/GB)

New Version (AVX2)

New Benchmark AVX2 (17ms/GB)