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