From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: Andreas Krey <a.krey@gmx.de>, John Keeping <john@keeping.me.uk>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: best practices against long git rebase times?
Date: Mon, 7 Dec 2015 17:59:57 -0500 [thread overview]
Message-ID: <20151207225957.GB3785@sigill.intra.peff.net> (raw)
In-Reply-To: <xmqqmvtllvfi.fsf@gitster.mtv.corp.google.com>
On Mon, Dec 07, 2015 at 02:56:33PM -0800, Junio C Hamano wrote:
> Jeff King <peff@peff.net> writes:
>
> > You're computing the patch against the parent for each of those 3000
> > commits (to get a hash of it to compare against the single hash on the
> > other side). Twelve minutes sounds long, but if you have a really
> > gigantic tree, it might not be unreasonable.
> >
> > You can also try compiling with "make XDL_FAST_HASH=" (i.e., setting
> > that option to the empty string). Last year I found there were some
> > pretty suboptimal corner cases, and you may be hitting one (we should
> > probably turn that option off by default; I got stuck on trying to find
> > a hash that would perform faster and never followed up[1].
> >
> > I doubt that is your problem, but it's possible).
> >
> > -Peff
> >
> > [1] http://thread.gmane.org/gmane.comp.version-control.git/261638
>
> I vaguely recall having discussed caching the patch-ids somewhere so
> that this does not have to be done every time. Would such an
> extension help here, I wonder?
I think you missed John's earlier response which gave several pointers
to such caching schemes. :)
I used to run with patch-id-caching in my personal fork (I frequently
use "git log --cherry-mark" to see what has made it upstream), but I
haven't for a while. It did make a big difference in speed, but I never
resolved the corner cases around cache invalidation.
-Peff
next prev parent reply other threads:[~2015-12-07 23:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 15:05 best practices against long git rebase times? Andreas Krey
2015-12-04 15:31 ` John Keeping
2015-12-06 16:43 ` Andreas Krey
2015-12-07 21:02 ` Jeff King
2015-12-07 22:56 ` Junio C Hamano
2015-12-07 22:59 ` Jeff King [this message]
2015-12-08 0:18 ` Junio C Hamano
2015-12-08 17:45 ` Christian Couder
2015-12-04 17:09 ` demerphq
2015-12-04 17:28 ` John Keeping
2015-12-04 17:33 ` demerphq
2015-12-04 18:10 ` Stefan Beller
2015-12-06 16:40 ` Andreas Krey
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=20151207225957.GB3785@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=a.krey@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=john@keeping.me.uk \
/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;
as well as URLs for NNTP newsgroup(s).