<div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">Den 3 dec. 2017 7:40 em skrev "Bill Lorensen" <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>>:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Folks,<br>
<br>
I've been working on reducing the time and storage for cloning the VTKExamples.<br>
<br>
I will experiment with a way to use the clone depth for remote modules.<br>
<br>
Here are some results comparing time to clone and amount of storage used.<br>
<br>
time git clone git@github.com:lorensen/<wbr>VTKExamples.git XXX<br>
real     4m28.974s<br>
user     5m18.285s<br>
sys      0m29.902s<br>
<br>
(du -f -s XXX)<br>
1113420  XXX<br>
<br>
time git clone --depth=1 git@github.com:lorensen/<wbr>VTKExamples.git XXX<br>
real 0m50.060s<br>
user 0m7.288s<br>
sys  0m7.051s<br>
<br>
(cd XXX; du -f -s .)<br>
654736   XXX<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">Very nice! I've been thinking of keeping a clone around and use `git grep` instead of the web UI, and now I have even less excuses not to :)</span><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif"> Elvis</div><div dir="auto" style="font-family:sans-serif"><br></div></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font color="#888888"><br>
Bill<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
</font></blockquote></div><br></div></div></div>