twpayne / find-duplicates

Find duplicate files quickly.
MIT License
44 stars 1 forks source link

Consider using xxHash3 #4

Closed twpayne closed 11 months ago

twpayne commented 11 months ago

https://github.com/twpayne/find-duplicates/commit/6d6b5a46a3117cac826f88258ff2bffa291547cd switched from SHA256 to xxHash.

Consider using https://pkg.go.dev/github.com/zeebo/xxh3.

twpayne commented 11 months ago

Implemented in 9117d0094ecc8ba401c5c3762d6c1e572a24be32.