ZO
ZooterOne/File-Utils
Collection of file utilities.
๐ค About
Collection of utilities to manage files, mainly regarding detecting duplicate files.
๐ก Details
The process to find duplicate files is simple:
- Get the files to compare.
- For each file, generate the SHA256 hash code from its content.
- Compare the generated codes and report the files with the same hash code.
๐ Implementation
The aim of the project is to learn different ways of handling files, using different languages.
The project is composed of the following implementations:
๐งช Results
Results using a laptop with an i7-7700HQ CPU, 8GB RAM, under Fedora 42.
Dataset contains 882 images. All tools returning the same number of duplicate files (450).
| Implementation | Total time |
|---|---|
| 15 seconds | |
| 18 seconds | |
| 34 seconds |
On this page
Languages
C#58.0%Python38.8%Shell3.2%
Contributors
MIT License
Created April 26, 2025
Updated June 19, 2025