Skip to content

Optimize RecurseDirectory on Windows

Clemens Wasser requested to merge clemenswasser/cmake:opt-file-is-dir into master

By storing the WIN32_FIND_DATA we get from FindFirstFile and FindNextFile, we can remove the expensive GetFileAttribute calls and therefore make RecurseDirectory faster.

Merge request reports