git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] minor cat-file optimizations
@ 2016-05-18 16:52 Jeff King
  2016-05-18 16:54 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff King @ 2016-05-18 16:52 UTC (permalink / raw)
  To: git

At Git Merge, Charles suggested that "--buffer" should be the default
for "--batch-all-objects". This bit me again yesterday, so I thought I'd
actually implement it. :)

That's in the second patch. The first one is another micro-optimization
that happens to help the use case I was working on (the speedup there is
"only" 40%, but the case I was looking at had a pathological number of
packs, and so was even slower).

  [1/2]: cat-file: avoid noop calls to sha1_object_info_extended
  [2/2]: cat-file: default to --buffer when --batch-all-objects is used

-Peff

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

end of thread, other threads:[~2016-05-18 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 16:52 [PATCH 0/2] minor cat-file optimizations Jeff King
2016-05-18 16:54 ` Jeff King
2016-05-18 16:55   ` [PATCH 1/2] cat-file: avoid noop calls to sha1_object_info_extended Jeff King
2016-05-18 16:56   ` [PATCH 2/2] cat-file: default to --buffer when --batch-all-objects is used 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).