Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Issue 48183005: Take advantage of some newer optimizations of FindFirstFile. (Closed)

Created:
7 years, 1 month ago by brettw
Modified:
7 years, 1 month ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Visibility:
Public.

Description

Take 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 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M base/files/file_enumerator.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/files/file_enumerator_win.cc View 1 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
brettw
7 years, 1 month ago (2013-10-28 20:29:34 UTC) #1
rvargas (doing something else)
lgtm
7 years, 1 month ago (2013-10-28 21:28:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/48183005/30001
7 years, 1 month ago (2013-10-28 21:39:16 UTC) #3
commit-bot: I haz the power
7 years, 1 month ago (2013-10-29 02:41:03 UTC) #4
Message was sent while issue was closed.
Change committed as 231490

Powered by Google App Engine
This is Rietveld 408576698