Skip to content

mfs/dupr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dupr

A duplicate file finder written in Rust.

  • compares files using XXHash
  • does not consider hardlinks to the same file as duplicates
  • includes zero length files by default

XXHash is a fast, non-cryptographic hash function. In theory collisions are possible and while I haven't noticed any I'll be adding an additional verification step that uses a cryptographic hash or does a byte by byte comparison.

About

A duplicate file finder written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages