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

Re: Solving 1.1.0 'svn status' perf regression the other way

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-08-15 00:56:35 CEST

On Sat, 2004-08-14 at 18:54, Erik Huelsmann wrote:
> Create a stream for stdout/stderr.
> Create a stream which recodes UTF-8 to native, which allocates its own xlate
> handle.
> Forward all output from the recoding stream into the stdio stream.
> Recode all UTF-8 to native with the allocated handle (which is stored in the
> stream baton).

I imagine "svn status" also has to do recoding in order to perform
filesystem operations, which don't involve stdout/stderr. So we might
still be allocating just as many xlate handles even if we take care of
stdout/stderr using a stream approach.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 15 00:56:47 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.