Compute md5 hashes incrementally #75
Closed
Comments
(from [13ec3a002551]) [#75 state:fixed] md5 hashes are now computed incrementally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: