git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] minor fast-export speedup
@ 2013-03-17  8:32 Jeff King
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff King @ 2013-03-17  8:32 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-17  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-17  8:32 [PATCH 0/2] minor fast-export speedup Jeff King
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

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).