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

Re: export, checkout, commit performance

From: Branko Čibej <brane_at_xbc.nu>
Date: 2006-03-13 19:35:08 CET

Justin Erenkrantz wrote:
> On 3/13/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
>
>> It needs to read the whole target, but not the whole source. The
>> delta algorithm will read one Window (100 kB) at a time from source
>> and target. If the target is longer than the source, the source is not
>> read to its end. (Note that the delta doesn't contain delete instructions.)
>>
>
> Why isn't APR_BUFFERED turned on?
It's not 100k-at-a-time to achieve buffering; that's simply the delta
window size. Our current delta implementation(s) require fixed-size
delta windows.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 13 19:35:25 2006

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.