Skip to content

Commit

Permalink
Auto merge of #131972 - klensy:FindFirstFileExW, r=ChrisDenton
Browse files Browse the repository at this point in the history
speedup directory traversal on windows

Optimizes walking over dirs on windows by replacing `FindFirstFileW` with `FindFirstFileExW` with `FindExInfoBasic` option, that allows skipping filling unused struct field which should be faster.

Also adds the same change for fallback call of `FindFirstFileExW` in metadata call.

Locally shows small speedup, but bench results from other users are welcome.
  • Loading branch information
bors committed Oct 21, 2024
2 parents 758d38b + dabc82e commit 1556144
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1556144

Please sign in to comment.