Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve hashing of large files #94

Merged
merged 3 commits into from
Mar 2, 2023
Merged

Improve hashing of large files #94

merged 3 commits into from
Mar 2, 2023

Conversation

okynos
Copy link
Member

@okynos okynos commented Mar 2, 2023

Hello!

This PR closes #90.

We have included the following features:

  • Improved hashing function to allow big files hashing (Up to 64MB by default).
  • Included configuration parameter to increase the file hashing limit (It increases the execution time also).
  • Avoid hash directories.

Thanks!

@okynos okynos self-assigned this Mar 2, 2023
src/hash.rs Fixed Show fixed Hide fixed
@okynos okynos merged commit bfca480 into main Mar 2, 2023
@okynos okynos deleted the 90-split-hashing branch March 2, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include buffered reading when calculating hash of a file
1 participant