• Show log

    Commit

  • Hash : 1920ee4e
    Author : J Wyman
    Date : 2015-03-26T18:10:24

    Improvements to status performance on Windows.
    
    Changed win32/path_w32.c to utilize NTFS' FindFirst..FindNext data instead of doing an lstat per file. Avoiding unnecessary directory opens and file scans reduces IO, improving overall performance. Effect is magnified due to NTFS being a kernel mode file system (as opposed to user mode).