mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
[PR #185] [MERGED] Make PpmdProperties lazy to avoid unnecessary allocations. #882
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/185
Author: @adamhathcock
Created: 10/3/2016
Status: ✅ Merged
Merged: 10/3/2016
Merged by: @adamhathcock
Base:
master← Head:ppmd_allocation_zipwriter📝 Commits (3)
74af088Make PpmdProperties lazy to avoid unnecessary allocations.131b5b9Can't use Lazy on .NET 3.5 :(671f9cdEmpty commit to kick build📊 Changes
4 files changed (+25 additions, -11 deletions)
View changed files
📝
README.md(+1 -1)📝
src/SharpCompress/Compressors/PPMd/PpmdProperties.cs(+0 -7)➕
src/SharpCompress/Compressors/PPMd/PpmdVersion.cs(+9 -0)📝
src/SharpCompress/Writers/Zip/ZipWriter.cs(+15 -3)📄 Description
Fixes https://github.com/adamhathcock/sharpcompress/issues/182
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.