Skip to content

Calculates checksums for file trees, on all your cores.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

anderejd/treesum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treesum

unsafe forbidden

Parallel SHA-1 checksum calculator for file trees.

  • Outputs sha1sum compatible format (sha1sum --check FILE).
  • Walks the input directory and all subdirs.
  • One worker thread per core, working on one file each.
  • Prints checksums to stdout.
  • Prints errors to stderr.
  • Returns 0 on success.

Changelog

0.1.2

  • Updated dependencies.

0.1.1

  • Updated dependencies.

0.1.0

  • First release.

About

Calculates checksums for file trees, on all your cores.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages