FindDupes 1.1 released

I've released a new version of FindDupes. It now groups files by size before hashing, thereby dramatically speeding up the deduplication process.
If you have .NET Core installed, you can install the tool by running:

dotnet tool install --global FindDupes

If you want to look through the code or report any issues, head over to https://github.com/Genbox/FindDupes

Comments

Popular posts from this blog

.NET Compression Libraries Benchmark

Reducing the size of self-contained .NET Core applications

Convex polygon based collision detection