pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.87k stars 70 forks source link

Allow --cache and --transform #135

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

The cache is now split into multiple keyspaces. Each keyspace is responsible for caching file hashes for one hash algorithm and one transform.

Fixes #131