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

Re: [PATCH] duplicate keys for the 'strings' table

From: <cmpilato_at_collab.net>
Date: 2002-02-27 22:07:52 CET

Branko =?UTF-8?B?xIxpYmVq?= <brane@xbc.nu> writes:

> cmpilato@collab.net wrote:
>
> >Branko Čibej <brane@xbc.nu> writes:
> >
> >>Or make the buffer the same size as the currently hard-coded delta
> >>windows?
> >>
> >
> >No sense in that. Right now, we can pretty much guarantee that the
> >incoming data is coming in chunks of roughly-delta-window-size or
> >less, where less means we're at the end of a given file's data. Might
> >as well turn off the buffering altogether, I think.
>
> Really? How do we guarantee that? we don't pipe fulltexts through
> vdelta, do we?

The writing interface is svn_fs_apply_textdelta(), which returns a
consumer for svndiff data. I presumed that this means we can expect,
in files > svn_stream_window_size, chunks of about svn_stream_window_size
to be written.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 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.