Added multithreded version of apply (Win, Linux, Mac)#28
Added multithreded version of apply (Win, Linux, Mac)#28ernicek wants to merge 2 commits intodanny0838:mainfrom
Conversation
|
Hello, we are using your script in our company - and our GIT contains almost 8000 files, for we want to store modified date and so on. So, because the 'applying' is the most used application, we wanted to speed up that process. And also, as we have just really quick SSD drives, make the applying multithreading was really good option. |
|
Thank you. I'm no expert about Perl threads and thus the review could take some time... Here are some quick comments:
|
1) Removed info how to discover max. threads count 2) Added option to override deduced max. number of threads
|
|
What about single
|
|
That's something that I want to usee at first... But (as I'm a newbie in PERL world) I was not able to do it... if I use this: Then I'm pretty sure I'm doing something wrong... |
|
I get the same result that presence and absence of |
|
I found a documentation for this. The issue seems to be due to the Additionally, we just released 2.0.2 to fix a small issue. Please also rebase the work on it. |
No description provided.