← Back to tools
View AGENTS.md for krep
krep
Blazingly fast text search with multiple algorithms and SIMD acceleration
Description
Krep is a blazingly fast text search tool featuring multiple algorithms (Boyer-Moore, KMP, Rabin-Karp), SIMD acceleration, multi-threading, and regex support. It uses memory-mapped I/O and hardware optimizations for rapid pattern matching at scale.
AI Summary
Ultra-fast text search tool with multiple search algorithms, SIMD acceleration, and multi-threading.
Capabilities
- + Multiple search algorithms (Boyer-Moore, KMP, Rabin-Karp)
- + SIMD hardware acceleration
- + Multi-threaded search
- + Regex support
- + Memory-mapped I/O
Use When
- → You need the fastest possible text search
- → You are searching very large files or datasets
Avoid When
- x You need the rich output formatting of ripgrep