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)

New Version (SSE2)

New Version (AVX2)

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


