← Back to tools
View AGENTS.md for hypergrep
hypergrep
Recursively search directories for regex using Intel Hyperscan
Description
hypergrep recursively searches directories for regex patterns using Intel Hyperscan for extremely fast pattern matching. It leverages hardware-accelerated regex for maximum speed.
AI Summary
Extremely fast grep-like tool using Intel Hyperscan for hardware-accelerated regex matching.
Capabilities
- + Recursive directory searching
- + Intel Hyperscan-powered regex matching
- + Extremely fast pattern matching
Use When
- → User needs the fastest possible text search
- → User has Intel hardware with Hyperscan support
Avoid When
- x User is not on Intel hardware
- x User is satisfied with ripgrep