WojciechMula / sse4-strstr

SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification
http://0x80.pl/articles/simd-strfind.html
BSD 2-Clause "Simplified" License
239 stars 29 forks source link

Performance vs std::boyer_moore_horspool_searcher #15

Open cflaviu opened 2 years ago

cflaviu commented 2 years ago

Hi, could you add in the performance comparison table also std::boyer_moore_horspool_searcher (C++17)? I'm curious about this comparison.

WojciechMula commented 2 years ago

Hi, sounds interesting, thanks. Yeah, I might try doing this.