Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use multi-threads can speed up this program #1

Open
iamsurfing opened this issue Mar 2, 2019 · 1 comment
Open

Use multi-threads can speed up this program #1

iamsurfing opened this issue Mar 2, 2019 · 1 comment

Comments

@iamsurfing
Copy link

Files which have same size can create a thread.
Without multi-threads, it is too slow.

@lededev
Copy link

lededev commented Dec 21, 2024

If files are on HDD, multi-threading will only slow down the speed because it will keep the head moving back and forth, and the time will be spent on the head seek; If files are on SSD, and most of them are small, it is possible to increase the processing speed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants