An open API service indexing awesome lists of open source software.

https://github.com/tsoding/dedup

Duplicate Files Searcher
https://github.com/tsoding/dedup

Last synced: 3 months ago
JSON representation

Duplicate Files Searcher

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