Skip to content
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

Speed-up deduplication by parallelization #100

Open
dmromanov opened this issue Nov 16, 2018 · 0 comments
Open

Speed-up deduplication by parallelization #100

dmromanov opened this issue Nov 16, 2018 · 0 comments

Comments

@dmromanov
Copy link

Currently deduplication take a long time (especially on large filesystems). It seems that Bedup is doing file comparison in a single thread. It would be nice if Bedup would utilize more of computer's resources by doing some of it's tasks in parallel. For example, do hashing multi on multiple cores or hashing multiple files simultaneously..

@dmromanov dmromanov changed the title Parallelize hashing Speed-up deduplication by parallelization Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant