-
Notifications
You must be signed in to change notification settings - Fork 21
Added multithreded version of apply (Win, Linux, Mac) #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.