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

Re: More diff performance notes

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-09 20:21:48 CEST

I wrote:
>> You no longer need an offset when you encode "copy from new data"
>> instructions.

Branko wrote:
> But you never need it, anyway. The offset in the new data is
> implicit -- you start at 0 and advance it by <size> in every add
> instruction.

Good point. So, moving the data around was irrelevant; the important
part was getting rid of the offsets. I'll keep storing the data in a
separate segment, then.
Received on Sat Oct 21 14:36: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.