DescriptionTake advantage of some newer optimizations of FindFirstFile.
This sets the "large buffer" flag for file finding which is supposed increase throughput at potentially increased latency. Since we seldom interrupt find operations and don't block the UI thread, this should improve performance slightly.
This also sets the "basic information" flag which will omit the short filename, which the documentation says should make it a bit faster. I checked and there is currently no user of this data.
See also:
http://blogs.msdn.com/b/oldnewthing/archive/2013/10/24/10459773.aspx
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231490
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 4 (0 generated)
|