Andrew Gallant 2b943eda47 Make file type filtering a lot faster.
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.
2016-09-11 13:26:53 -04:00
2016-09-11 00:42:19 -04:00
2016-09-09 18:10:20 -04:00
2016-09-10 01:35:30 -04:00
2016-02-27 11:07:26 -05:00
2016-09-09 23:19:37 -04:00
2016-09-08 21:47:49 -04:00
2016-02-27 11:07:26 -05:00
2016-02-27 11:07:26 -05:00
2016-02-27 11:07:26 -05:00
2016-03-10 21:03:13 -05:00
2016-09-05 20:10:18 -04:00
2016-02-27 11:07:26 -05:00
2016-02-27 11:07:26 -05:00

rep

A faster grep, written in Rust using the regex crate.

Description
No description provided
Readme 5.7 MiB
Languages
Rust 94.6%
Python 2.6%
Shell 2.1%
Roff 0.7%