[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn_client_proplist slow to get all of one dir

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-30 16:50:05 CEST

On Oct 30, 2004, at 5:53 AM, Barry Scott wrote:
> Why is the windows performance so poor?
>

As has been discussed on this list many times before, win32 disk i/o is
well-known to be pretty slow, much worse than unix. It's especially
bad at reading/writing lots of tiny files, which is what the .svn/ area
is all about. So your test results are no surprise to me.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 30 16:50:38 2004

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.