From: Nicolas Pitre <nico@fluxnic.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Revert "pack-objects: fix pack generation when using pack_size_limit"
Date: Mon, 08 Feb 2010 13:11:12 -0500 (EST) [thread overview]
Message-ID: <alpine.LFD.2.00.1002081306420.1681@xanadu.home> (raw)
In-Reply-To: <7v3a1bpqqq.fsf@alter.siamese.dyndns.org>
On Mon, 8 Feb 2010, Junio C Hamano wrote:
> Nicolas Pitre <nico@fluxnic.net> writes:
>
> > This reverts most of commit a2430dde8ceaaaabf05937438249397b883ca77a.
> >
> > That commit made the situation better for repositories with relatively
> > small number of objects. However with many objects and a small pack size
> > limit, the time required to complete the repack tends towards O(n^2),
> > or even much worse with long delta chains.
> >
> > Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
> > ---
> >
> > Fixing this doesn't appear to be as trivial as I initially thought.
> > Although I do have some ideas, they're not appropriate so late in
> > the -rc period.
>
> Ok, so the idea is what a2430dd tried is an issue worth addressing but the
> particular execution wasn't good? We revert it for now, but we will try
> again after the release, perhaps doing it differently?
Exact. I did try a few things in the hope that the "fix" would have
been trivial enough to merge now but none of that worked satisfactorily.
> I agree with it if that is your intention, but "Most of" bugs me a bit.
It's not a straight revert in the sense that I left in some cleanups and
left out the redundant self consistency check. Only the significant
parts were reverted.
Nicolas
prev parent reply other threads:[~2010-02-08 18:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-08 15:39 [PATCH] Revert "pack-objects: fix pack generation when using pack_size_limit" Nicolas Pitre
2010-02-08 17:43 ` Junio C Hamano
2010-02-08 18:11 ` Nicolas Pitre [this message]
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=alpine.LFD.2.00.1002081306420.1681@xanadu.home \
--to=nico@fluxnic.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox