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

bcftbx/Md5sum: reimplement 'md5sum' function to reduce memory footprint #211

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

pjbriggs
Copy link
Member

Reimplements the md5sum function to reduce the memory footprint when operating on large files, based on the Stack Overflow answer at https://stackoverflow.com/a/1131255/579925 (responding to the question "Get the MD5 hash of big files in Python"). The original implementation would run out of memory for large files.

@pjbriggs pjbriggs merged commit 670163c into devel Dec 16, 2022
@pjbriggs pjbriggs deleted the reimplement-md5sums branch December 16, 2022 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant