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..
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..