[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: Barry Scott <barry_at_barrys-emacs.org>
Date: 2004-10-31 12:01:56 CET

On Oct 30, 2004, at 15:50, Ben Collins-Sussman wrote:

>
> 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.

Why does svn_client_proplist recurse returning 50 files nearly as fast
as for 1 file on Windows?
Why are 50 calls to svn_client_proplist not equal to 1 call with
recursive set?

I know that AV is why LInux is faster, but I do not understand why
recurse can be fast, yet 50 calls cannot.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 31 12:03:00 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.