Re: incrementally indexed headers should be inserted in index '0' instead of len(table)+1

The point is to not reference it again, except to remove it or add it to
the reference set.
This actually happens often enough that the size of the representation of
the index causes a decent increase in the on-the-wire size.

-=R


On Thu, Aug 15, 2013 at 3:13 PM, Martin Thomson <martin.thomson@gmail.com>wrote:

> On 15 August 2013 15:08, Jeff Pinner <jpinner@twitter.com> wrote:
> > isn't the point of delta-compression not to reference the entry again?
>
> That's exactly my point.  :method is probably more interesting in that
> regard.
>

Received on Thursday, 15 August 2013 22:22:49 UTC