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

Compute md5 hashes incrementally #75

Closed
ghost opened this issue Jun 22, 2013 · 1 comment
Closed

Compute md5 hashes incrementally #75

ghost opened this issue Jun 22, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 22, 2013

When computing the md5 for a file, the whole file is put in memory. This causes a problem if the file is larger than the available memory. dupeGuru should rather compute md5 by reading files incrementally.

@ghost ghost closed this as completed Jun 22, 2013
@ghost
Copy link
Author

ghost commented Jun 22, 2013

(from [13ec3a002551]) [#75 state:fixed] md5 hashes are now computed incrementally.
http://bitbucket.org/hsoft/dupeguru/changeset/13ec3a002551/

This issue was closed.
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

No branches or pull requests

0 participants