Files
ripgrep/globset/src
Andrew Gallant ab64da73ab ignore: speed up Gitignore::empty
This commit makes Gitignore::empty a bit faster by avoiding allocation
and manually specializing the implementation instead of routing it through
the GitignoreBuilder.

This helps improve uses of ripgrep that traverse *many* directories, and
in particular, when the use of ignores is disabled via command line
switches.

Fixes #835, Closes #836
2018-04-24 11:19:03 -04:00
..
2018-03-10 09:30:55 -05:00
2018-04-24 11:19:03 -04:00
2018-02-10 22:28:12 -05:00