【[363星]krep:一款超快速文本搜索工具,专为大规模模式匹配设计,能极大提升搜索效率。亮点:1. 支持多种高级算法,如Boyer-Moore-Horspool、Aho-Corasick等;2. SIMD加速,性能提升显著,比传统grep快41.5倍;3. 多线程处理,充分利用CPU资源,搜索速度飞快】
'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.'
GitHub: github.com/davidesantangelo/krep
文本搜索 性能优化 多线程