On Sun, May 2, 2021 at 7:12 AM Torsten Bögershausen <tboegi@xxxxxx> wrote: > > On Fri, Apr 30, 2021 at 06:40:27PM -0300, Matheus Tavares wrote: > > [] > > Thank's for the work. > I just make a quick test: > > "swapping" git.git between > > HEAD is now at e870325ee8 The third batch > and > HEAD is now at 7e39198978 The thirteenth batch > > On a Desktop running Linux. > Using the git.git repo, mounted as nfs on an oldish NAS > with spinning disks (and WLAN) gave this timing: > > git -c checkout.workers=1 > 2 minutes, some seconds. > > git -c checkout.workers=4 > 1 minute, some seconds. > > git -c checkout.workers=16 > 40..44 seconds > > Not a scientific measurement, just a positive feedback from a real-world. Nice! Thanks for testing the parallel version and for your feedback on it, I appreciate it. > Good work, I'm looking forward to have this feature in git.git Thanks :)