chromium / vs-chromium

A Visual Studio extension containing a collection of tools to help contributing code to the Chromium project.
BSD 3-Clause "New" or "Revised" License
310 stars 88 forks source link

VsChromium should use large notification buffers on OS versions that support this #51

Open randomascii opened 5 years ago

randomascii commented 5 years ago

Windows has a serious performance problem with large notification buffers, documented here:

https://randomascii.wordpress.com/2018/04/17/making-windows-slower-part-1-file-access

However a comment on that blog post claims that this performance problem has been fixed, based on the reporting in the blog post:

https://randomascii.wordpress.com/2018/04/17/making-windows-slower-part-1-file-access/#comment-48064

So, a future version of VsChromium could/should conditionally use large notification buffers.