Macros
Constants
- Use a constant for file buffer size, making it easier to modify if needed
Functions
- Finds duplicates among potential duplicate.
- Given a hashmap of files grouped by size, returns a vector of potential duplicate files.
- Finds and Removes(if set) duplicate files in a directory tree.
- Computes the blake2b hash of a file.
- This function groups all the files at the given path by their size.
- Create a partial_hash_file function
- Processes the detected duplicates and removes them if delete flag is set.