Go向けの正規表現エンジン。言語標準のregexpよりも3〜3000倍高速を謳う。ただし1000倍以上はエッジケースであり、通常の正規表現パターンであれば15〜240倍程度とのこと。SIMDフル活用のようです。
---
GitHub - coregx/coregex: Pure Go production-grade regex engine with SIMD optimizations. Up to 3-3000x+ faster than stdlib.
https://github.com/coregx/coregex
#bookmarks