Note that checking out from git via http:// is at least 4x slower than git://
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 16 Feb 2010 17:23:25 +0000 (17:23 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 16 Feb 2010 17:23:25 +0000 (17:23 +0000)
Tested on a 10 MiB/s connection in London, although this is also
IO/CPU bound since Git needs to resolve deltas and check out after the
repository has made it across the wire.

pod/perlrepository.pod

index 2e7c314..36d918f 100644 (file)
@@ -45,7 +45,7 @@ This clones the repository and makes a local copy in the F<perl-git>
 directory.
 
 If your local network does not allow you to use port 9418, then you can
-fetch a copy of the repository over HTTP (this is slower):
+fetch a copy of the repository over HTTP (this is at least 4x slower):
 
   git clone http://perl5.git.perl.org/perl.git perl-http