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? > 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. Resolving deltas: 100% (21908/21908), done. real 3m28.099s user 0m2.372s sys 0m0.661s -- 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.
