ENH: Improved file modification time comparison on Windows to use...
ENH: Improved file modification time comparison on Windows to use GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check.
Loading
Please register or sign in to comment