On Mon, Nov 15, 2010 at 1:07 PM, Julien Rioux <[email protected]> wrote: > On Nov 15, 3:53 pm, Ondrej Certik <[email protected]> wrote: >> For me it takes less than 5s: > > Is it using caching somehow and not for me?
I don't think so. > >> How long does it take for you? > > $ time git clone git://github.com/sympy/sympy.git > Initialized empty Git repository in /tmp/git/sympy/.git/ > remote: Counting objects: 28562, done. > remote: Compressing objects: 100% (7351/7351), done. > remote: Total 28562 (delta 21908), reused 27474 (delta 21009) > Receiving objects: 100% (28562/28562), 19.84 MiB | 96 KiB/s, done. ^^^^ As you can see, the sympy repo is 20MB big. Your speed is 96 KiB/s, e.g. about 0.1MB/s so it takes 20/0.1 s = 200s = 3m 30s, as reported below. My internet speed is 9.47 MiB/s, as seen in my email, so it takes 20/9.47s = 2.11s, and then it takes maybe some little time to connect and unpack. What is your internet speed? > Resolving deltas: 100% (21908/21908), done. > > real 3m28.099s > user 0m2.372s > sys 0m0.661s Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
