git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Speedup fetch with large numbers of refs
@ 2009-10-22 21:06 Julian Phillips
  2009-10-22 21:06 ` [PATCH 1/2] remote: Make ref_remove_duplicates faster for " Julian Phillips
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Julian Phillips @ 2009-10-22 21:06 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

These two commits make fetch quite a bit faster when dealing with
large numbers of refs.  Unfortunately I've lost the exact figures, but
my silly test respository (50000 tags, 1 branch) went from something
like 30s for a "fetch --tags" that did nothing, to about 5.

Julian Phillips (2):
  remote: Make ref_remove_duplicates faster for large numbers of refs
  fetch: Speed up fetch of large numbers of refs

 builtin-fetch.c |   17 ++++++++++++++---
 remote.c        |   39 +++++++++++++++++++++------------------
 2 files changed, 35 insertions(+), 21 deletions(-)

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

end of thread, other threads:[~2009-10-25 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 21:06 [PATCH 0/2] Speedup fetch with large numbers of refs Julian Phillips
2009-10-22 21:06 ` [PATCH 1/2] remote: Make ref_remove_duplicates faster for " Julian Phillips
2009-10-22 21:06 ` [PATCH 2/2] fetch: Speed up fetch of " Julian Phillips
2009-10-25  7:16 ` [PATCH 0/2] Speedup fetch with " Junio C Hamano
2009-10-25 20:48   ` Julian Phillips

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