to-mc / checksumdir

Simple package to compute a single deterministic hash of the file contents of a directory.
MIT License
94 stars 28 forks source link

add parallel thread option to improve time on big files #13

Open alanpeixinho opened 5 years ago

alanpeixinho commented 5 years ago

in order to speedup the processing time for huge files, I added an option to launch many threads to speedup time

to-mc commented 5 years ago

Will merge this if conflicts are resolved and an argument is added for the cli to pass the value to the dirhash function.