[PATCH] delta_files() speedup 3/3: file write buffering
From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: Sun, 28 Mar 2010 14:50:49 +0200
Hi devs,
this is part of the delta_files() speedup patch series:
Under Windows, a significant part of the overall runtime
Also, >50% of all write requests are 2 bytes or smaller
This patch eliminates far over 90% of all write requests
Performance gain is ~1% under Linux but due to the
s~$ time ~/1.7-928181/svn export --ignore-externals -q $REPO/trunk /dev/shm/t
~$ time ~/1.7-patched/svn export --ignore-externals -q $REPO/trunk /dev/shm/t
-- Stefan^2.
[[[
* subversion/libsvn_subr/stream.c
patch by stefanfuhrmann < at > alice-dsl.de
|
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.