Hi! I did a search for files bigger than 1GB and it seems to me that in phase 2 (comparing files) the algorithm reads all the smaller files before sorting them and excluding the smaller ones (at least looking at the random disk activity/slow transfer rate). If that's the case there's large space for improvement by excluding files smaller than the given size before sorting, right?
anyway, thanks for the useful piece of software ;)
Alessandro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I did a search for files bigger than 1GB and it seems to me that in phase 2 (comparing files) the algorithm reads all the smaller files before sorting them and excluding the smaller ones (at least looking at the random disk activity/slow transfer rate). If that's the case there's large space for improvement by excluding files smaller than the given size before sorting, right?
anyway, thanks for the useful piece of software ;)
Alessandro