Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore: fix performance regression on Windows #827

Merged
merged 1 commit into from
Feb 21, 2018
Merged

Commits on Feb 21, 2018

  1. 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: BurntSushi/walkdir#96
    
    Fixes #820
    BurntSushi committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    6c11d2f View commit details
    Browse the repository at this point in the history