高速なgrep実装。高速を謳うRust実装のripgrepよりも高速らしい。マルチスレッドでSIMDも活用して高速だがCPU使用率はめちゃくちゃ高くなる模様。C実装
---
GitHub - davidesantangelo/krep: Fast text search tool with advanced algorithms, SIMD acceleration, multi-threading, and regex support. Designed for rapid, large-scale pattern matching with memory-mapped I/O and hardware optimizations.
https://github.com/davidesantangelo/krep
#bookmarks