From: Jeff Garzik <jgarzik@pobox.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: local clone much slower than remote clone
Date: Fri, 30 Sep 2005 22:45:54 -0400 [thread overview]
Message-ID: <433DF862.4020500@pobox.com> (raw)
Case 1: remote clone
time git clone
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
scsi-sas-2.6
...
real 3m36.432s
user 0m0.584s
sys 0m0.656s
Case 2: local clone
time git clone /spare/repo/linux-2.6 scsi-sas-2.6
...
Packing 99084 objects
Unpacking 99084 objects
...
real 4m31.876s
user 4m43.618s
sys 0m40.047s
Downloading an entire kernel tree over cable modem is almost a minute
faster than a local clone! IMHO the local clone should just hardlink
the packs and objects, and be done with it.
Jeff
next reply other threads:[~2005-10-01 2:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-01 2:45 Jeff Garzik [this message]
2005-10-01 4:10 ` local clone much slower than remote clone Yasushi SHOJI
2005-10-01 5:57 ` Junio C Hamano
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=433DF862.4020500@pobox.com \
--to=jgarzik@pobox.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.