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

ZipArchive: Improve performance of removing extra fields #108665

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Oct 8, 2024

This improves the performance of removing extra fields in the ZipArchive by optimizing the removal process.

src/libraries/System.IO.Compression/src/System/IO/Compression/ZipBlocks.cs: Replaced multiple iterations and list operations with a single RemoveAll call to enhance efficiency.

This improves the performance of removing extra fields in the ZipArchive by optimizing the removal process.

`src/libraries/System.IO.Compression/src/System/IO/Compression/ZipBlocks.cs`: Replaced multiple iterations and list operations with a single `RemoveAll` call to enhance efficiency.
Copy link
Member

@steveharter steveharter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; verified port

@ericstj ericstj merged commit 10760a2 into dotnet:main Oct 8, 2024
81 of 85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants