pause and progress bar for comparing directories
Linux, Windows and Apple Mac File Hashing GUI Tool
Brought to you by:
tedtechnology
The compare directory -tab should
If both directories are on different drives, it would greatly benefit from reading in both directories in parallel to greatly speed up the process.
Thanks for the report.
Yes, that is a fair point. But remember it is a "directory comparison", and the status bar does show you when it is scanning DirA and then DirB. In order for it to report on the individual files as well and the status of those will add further delay to the program. As it stands I am planning a total re-write of that section entirely to make it faster, and I plan to only show the files that differ in the two grids, rather than list all the files that are in the folders. In tests it is about 60% faster that way, but there are lots of things for me to iron out.
But I will take your point on board and probably implement some of your suggestions.