Categorygithub.com/ashiqYousuf/file-processing
repository
0.0.0-20240428161645-19ce6f8c3ada
Repository: https://github.com/ashiqyousuf/file-processing.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

File Processing

Problem solved:- I have a large dropbox with many many duplicate files, so want to find those duplicate files (if their byte content or hash is exactly the same) based on their content.

Solutions:-

  • Linear file processing:- Takes a lot of time imagine if file size is in GBs or even TBs.