From: Shawn Pearce <spearce@spearce.org>
To: Junio C Hamano <junkio@cox.net>
Cc: Nicolas Pitre <nico@cam.org>, git@vger.kernel.org
Subject: Re: [PATCH 0/6] packed deltas with offset to base instead of sha1
Date: Thu, 21 Sep 2006 12:02:27 -0400 [thread overview]
Message-ID: <20060921160227.GC3934@spearce.org> (raw)
In-Reply-To: <7v4pv1eqgl.fsf@assigned-by-dhcp.cox.net>
Junio C Hamano <junkio@cox.net> wrote:
> Nicolas Pitre <nico@cam.org> writes:
>
> > The following patches are the result of my work to allow deltas to have
> > their base specified as an offset within a pack instead of a 20 byte
> > sha1.
> >
> > This turned to be somewhat more involved than I originally expected.
> > Given the relative pack reduction resulting from that, I might have
> > decided against doing this if I had known beforehand how much work was
> > needed.
> >
> > But since it is done now I think it is worth merging nevertheless. Some
> > parts are still pure code cleanups anyway.
> >
> > Overall the larger projects are likely to benefit more as they have a
> > larger proportion of deltas. On the historic Linux archive the pack
> > reduction is about 5%.
>
> Nice, although I suspect this would make it a bit more involved
> to merge a few outstanding stuff.
If you are talking about my mmap window code merge in Nico's
work first. Nico posted before me and did so with a working
implementation that looks good (at first glance anyway, I didn't
study it in detail). I have yet to finish merging my mmap code
onto your verify delta before reuse (106d710b) commits. I've just
been too busy with classes and research work to get around to it.
However I have looked at the merge and I more or less need to
rewrite a good chunk of it just to get it onto 106d7; rewriting it
onto Nico's work here is probably going to be about the same amount
of effort. I'd prefer to rewrite it only once, given how limited
my time has suddenly become.
--
Shawn.
next prev parent reply other threads:[~2006-09-21 16:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-21 4:04 [PATCH 0/6] packed deltas with offset to base instead of sha1 Nicolas Pitre
2006-09-21 5:30 ` Junio C Hamano
2006-09-21 16:02 ` Shawn Pearce [this message]
2006-09-22 4:57 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060921160227.GC3934@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=nico@cam.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.