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

Re: subst_translate_stream inefficiency

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-08-25 17:52:10 CEST

On Thu, 2003-08-21 at 16:02, Chia-liang Kao wrote:
> During my development of SVN::Stream (bidirectional svn_stream
> and perl io object interpolation), i found that libsvn_client's
> cat is doing 1 byte write to the stream instead of chunks.

The just means the stream you send the data to is expected to buffer.
(It's still not wildly efficient to make a function call per bytes, but
it's not that bad either.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 25 17:53:18 2003

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.