Re: [PATCH] Skip-deltas, for review
From: Josef Wolf <jw_at_raven.inka.de>
Date: 2002-07-28 23:59:09 CEST
I am not sure whether I really understood what you are talking about,
On Sat, Jul 27, 2002 at 03:45:33AM -0400, Greg Hudson wrote:
> > The total length of arrow is the sum of the rows. There are log(N) rows,
Hmm, without redeltification, you would store:
1->2,2->3,3->4,4->5,5->6,6->7,7->8
With redeltification you would store:
4 ----> 8
Note that you entirely economize away the original row, so you get
> So, in the long run, the average delta crosses lg(N) node-revisions.
lg(2048/2)==10. Hell, 2048 revisions on _one_ file (changelog?) and
-- -- Josef Wolf -- jw@raven.inka.de -- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Jul 29 00:00:42 2002 |
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.