from Hacker News

Find-duplicates: find duplicate files quickly

by twp on 12/17/23, 11:53 PM with 3 comments

  • by twp on 12/18/23, 12:32 AM

    The project uses some neat hacks and Go's concurrency to avoid reading files that can't be duplicates while also saturating your multicore CPU with hash computations for files that could be duplicates. Disclaimer: I'm the author.
  • by BOOSTERHIDROGEN on 12/18/23, 5:18 AM

    How can I use this on Windows?