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

unzip_parts.py - Reduce working memory size by reading and writing sm… #455

Merged
merged 2 commits into from May 13, 2024

Conversation

chmorgan
Copy link
Collaborator

…aller chunks into memory vs. the whole zip file parts

Reduces the data read into ram from 76MB (the size of each zip file at present) to 1MB.

…aller chunks into memory vs. the whole zip file parts

Reduces the data read into ram from 76MB (the size of each zip file at present) to 1MB.
@whmountains
Copy link
Collaborator

For posterity: see discussion in #448 for details of the logic behind commit cf2de77.

@Bouni
Copy link
Owner

Bouni commented May 13, 2024

From 107s down to 47s, nice 😎

@Bouni Bouni merged commit 0bc0039 into Bouni:main May 13, 2024
2 checks passed
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.

None yet

3 participants