Skip to content

reflex v4.3.0

Compare
Choose a tag to compare
@genivia-inc genivia-inc released this 12 May 17:14
· 3 commits to master since this release

What's new?

  • faster Matcher::find() with refactored SIMD (SSE2/AVX2/AVX512BW/NEON/AArch64) code like ugrep 6.0 and with run-time AVX2/AVX512BW detection
  • increased default internal input buffer size

Note

When using cmake to build, please add a missing lib/simd.cpp lib source to CMakeLists.txt:

set(lib_sources
  lib/simd.cpp