https://github.com/tsoding/dedup
Duplicate Files Searcher
https://github.com/tsoding/dedup
Last synced: 3 months ago
JSON representation
Duplicate Files Searcher
- Host: GitHub
- URL: https://github.com/tsoding/dedup
- Owner: tsoding
- Created: 2021-08-26T12:47:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T10:14:08.000Z (over 4 years ago)
- Last Synced: 2026-03-28T00:37:53.562Z (4 months ago)
- Language: C++
- Homepage:
- Size: 54.7 KB
- Stars: 29
- Watchers: 1
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duplicate Files Searcher
## Quick Start
```console
$ make
$ ./dedup
```
## References
- SHA-256 was stolen from https://github.com/B-Con/crypto-algorithms
- Hash table was stolen from https://raw.githubusercontent.com/nothings/stb/master/stb_ds.h