CPP-Concurrent-File-Deduplicator
C++
★ 0
updated 7mo ago
This C++ tool efficiently finds duplicate files using a multi-threaded engine. It groups files by size and performs cryptographic hashing only on potential matches to save time. Using a thread pool for speed, it calculates total wasted space in GB and saves a report to a text file, making it a fast utility for filesystem cleanup.
No plain-English explanation yet — one is being written right now. Check back in a minute.