[PR #185] [MERGED] Make PpmdProperties lazy to avoid unnecessary allocations. #882

Closed
opened 2026-01-29 22:17:59 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: ppmd_allocation_zipwriter


📝 Commits (3)

  • 74af088 Make PpmdProperties lazy to avoid unnecessary allocations.
  • 131b5b9 Can't use Lazy on .NET 3.5 :(
  • 671f9cd Empty 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/185 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 10/3/2016 **Status:** ✅ Merged **Merged:** 10/3/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `ppmd_allocation_zipwriter` --- ### 📝 Commits (3) - [`74af088`](https://github.com/adamhathcock/sharpcompress/commit/74af0889b955a34b31ef2b58a2ab861d44cdf0de) Make PpmdProperties lazy to avoid unnecessary allocations. - [`131b5b9`](https://github.com/adamhathcock/sharpcompress/commit/131b5b97142609fec753a3c082451402e8aa72cd) Can't use Lazy on .NET 3.5 :( - [`671f9cd`](https://github.com/adamhathcock/sharpcompress/commit/671f9cd0cb2dde6ef9576a3f890099c4d17c9e0c) Empty commit to kick build ### 📊 Changes **4 files changed** (+25 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes https://github.com/adamhathcock/sharpcompress/issues/182 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#882