Files
ripgrep/ignore/src
Andrew Gallant d65966efbc ignore: fix performance regression on Windows
This commit fixes a performance regression in Windows that resulted from
fallout from fixing #705. In particular, we introduced an additional
stat call for every single directory entry, which can be quite
disastrous for performance.

There is a corresponding companion PR that fixes the same bug in
walkdir: https://github.com/BurntSushi/walkdir/pull/96

Fixes #820
2018-02-20 19:50:52 -05:00
..
2018-02-14 06:53:26 -05:00
2018-02-01 21:11:02 -05:00
2018-02-19 20:59:15 -05:00