Skip to content

Fix: Update ZipConverter docstring and optimize memory handling for large entries#2079

Open
KhudaBuxMagsi wants to merge 1 commit into
microsoft:mainfrom
KhudaBuxMagsi:main
Open

Fix: Update ZipConverter docstring and optimize memory handling for large entries#2079
KhudaBuxMagsi wants to merge 1 commit into
microsoft:mainfrom
KhudaBuxMagsi:main

Conversation

@KhudaBuxMagsi
Copy link
Copy Markdown

Docstring Correction: Updated the class docstring to accurately reflect that files are processed in-memory rather than extracted to a temporary directory on disk.

Memory Optimization: Safely structured the file reading process inside the zipObj loop using zipObj.open to ensure better stream handling, reducing the risk of unexpected memory usage spikes.

@KhudaBuxMagsi
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@KhudaBuxMagsi KhudaBuxMagsi changed the title Fix: Update ZipConverter docstring and optimize memory handling for l… Fix: Update ZipConverter docstring and optimize memory handling for large entries Jun 5, 2026
@kervin-carlos
Copy link
Copy Markdown

Looks good to me.

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.

2 participants