Re: [PATCH] Reduce the amount of WriteFile() syscalls when writing to buffered files
From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Tue, 22 Aug 2017 17:19:56 +0300
Markus Schaber <m.schaber_at_codesys.com> writes:
> Hi, Evgeny,
Thank you :-)
>> This patch series reduces the amount of syscalls in such situations by
My original intention here was to avoid issuing small and non-4K-sized
For instance, in the example above doing so would result in
WriteFile(13)
instead of
WriteFile(4096)
But I should also say that I ran a couple of tests and I can't see any
In the meanwhile, apparently, there is an oversight in the core V1 patch
If the buffer is not empty, and the caller issues a write with a chunk
With all this in mind, I will prepare the V2 version of the core patch.
Thanks,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.