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

Re: 1.1rc1 performance regression in 'svn status'

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-08-05 09:18:40 CEST

On Wed, 4 Aug 2004, Matt Doran wrote:

> SVN 1.0.6: ~ 4 secs
> SVN 1.1rc1: ~ 38 secs !!
>
> I used the Filemon utility from sysinternals to try to determine what it
> happening. It looks like 1.1 excessively hits 'iconv' files. (e.g.
> windows-1252.so, utf-8.so, etc)
>
I did some more checking in GDB. It appears that apr_xlate_open gets
called 4312 times out of 17204 calls to get_xlate_handle (in
libsvn_subr/utf.c).
This was during a run of "svn st" on trunk. This caching strategy needs to
be improved.
I don't know why it is faster on 1.0, though.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 5 09:06:21 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.