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

Re: issue #1573: fs deltification causes delays

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-11-06 18:40:01 CET

On Thu, 2003-11-06 at 02:34, pmarek@users.sourceforge.net wrote:
> So we'll get a (data-based) list of (crc, hash, start, length) blocks, which
> we then compare against the "new" file.
> In my upcoming perl-module "Digest::Manber" I take another value as well - the
> crc prior to the boundary.

So, you're proposing that we store block checksums in each
representation, so that when we diff two representations against each
other, you can skip past the windows which have matching checksums.

If we stored plaintexts as deltas against the empty source, we could do
this with (drumroll) window checksums. Which CMike just eliminated from
the schema. Cue Alanis Morisette song here.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 6 18:42:59 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.