2b943eda4754f3b191aaab0c4cdfc4238632f845
We do this by avoiding using a RegexSet (*sigh*). In particular, file type matching has much simpler semantics than gitignore files, so we don't actually need to care which file type matched. Therefore, we can get away with a single regex with a giant alternation.
rep
A faster grep, written in Rust using the
regex
crate.
Description
Languages
Rust
94.6%
Python
2.6%
Shell
2.1%
Roff
0.7%