git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] (re-)optimizing fsck --connectivity-only
@ 2017-01-26  4:10 Jeff King
  2017-01-26  4:11 ` [PATCH 1/2] fsck: move typename() printing to its own function Jeff King
  2017-01-26  4:12 ` [PATCH 2/2] fsck: lazily load types under --connectivity-only Jeff King
  0 siblings, 2 replies; 6+ messages in thread
From: Jeff King @ 2017-01-26  4:10 UTC (permalink / raw)
  To: git

I've been playing around with the newly-fixed `fsck --connectivity-only`.
While it's much faster than it was, I was sad to find a case that is
still much slower than "git rev-list --objects --all".

This goes on top of my origin/jk/fsck-connectivity-check-fix, and gives
a noticeable speedup. IMHO it's worth considering as part of the same
topic (which is currently in 'next').

  [1/2]: fsck: move typename() printing to its own function
  [2/2]: fsck: lazily load types under --connectivity-only

 builtin/fsck.c | 87 ++++++++++++++++++----------------------------------------
 fsck.c         |  4 +++
 2 files changed, 31 insertions(+), 60 deletions(-)

-Peff

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

end of thread, other threads:[~2017-01-26 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-26  4:10 [PATCH 0/2] (re-)optimizing fsck --connectivity-only Jeff King
2017-01-26  4:11 ` [PATCH 1/2] fsck: move typename() printing to its own function Jeff King
2017-01-26  4:12 ` [PATCH 2/2] fsck: lazily load types under --connectivity-only Jeff King
2017-01-26 12:07   ` Johannes Schindelin
2017-01-26 18:51   ` Junio C Hamano
2017-01-26 19:12     ` 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).