From: Jeff King <peff@peff.net>
To: git@vger.kernel.org
Subject: [PATCH 0/2] minor fast-export speedup
Date: Sun, 17 Mar 2013 04:32:35 -0400 [thread overview]
Message-ID: <20130317083235.GA29907@sigill.intra.peff.net> (raw)
While grepping through all of the calls to parse_object (to see how they
handled error conditions, for the other series I just posted), I noticed
this opportunity for a small speedup in fast-export (5-15%). The first
patch is a cleanup, the second is the interesting bit.
[1/2]: fast-export: rename handle_object function
[2/2]: fast-export: do not load blob objects twice
A useful third patch on top might be to stream blobs out rather than
load them into memory, but I didn't want to go there tonight.
-Peff
next reply other threads:[~2013-03-17 8:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-17 8:32 Jeff King [this message]
2013-03-17 8:33 ` [PATCH 1/2] fast-export: rename handle_object function Jeff King
2013-03-17 8:38 ` [PATCH 2/2] fast-export: do not load blob objects twice Jeff King
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=20130317083235.GA29907@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.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 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).