[PR #489] [CLOSED] Use RecyclableMemoryStreamManager #1052

Open
opened 2026-01-29 22:18:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/489
Author: @adamhathcock
Created: 10/22/2019
Status: Closed

Base: masterHead: recycle-memory-stream


📝 Commits (4)

📊 Changes

11 files changed (+42 additions, -38 deletions)

View changed files

📝 .circleci/config.yml (+1 -1)
📝 README.md (+1 -1)
📝 build.cake (+21 -26)
📝 src/SharpCompress/Archives/Tar/TarArchive.cs (+1 -1)
📝 src/SharpCompress/Common/SevenZip/ArchiveReader.cs (+1 -1)
📝 src/SharpCompress/Compressors/ADC/ADCBase.cs (+2 -2)
📝 src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs (+1 -1)
📝 src/SharpCompress/Compressors/PPMd/PpmdStream.cs (+4 -1)
📝 src/SharpCompress/IO/RewindableStream.cs (+5 -2)
📝 src/SharpCompress/SharpCompress.csproj (+3 -2)
📝 src/SharpCompress/Utility.cs (+2 -0)

📄 Description

No description provided


🔄 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/489 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 10/22/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `recycle-memory-stream` --- ### 📝 Commits (4) - [`a04a0a5`](https://github.com/adamhathcock/sharpcompress/commit/a04a0a5912de8c5f7c088c4e19f22d2a6613ac67) Use RecyclableMemoryStreamManager - [`9e842ee`](https://github.com/adamhathcock/sharpcompress/commit/9e842ee8ec1f757078a9ca7b93a6adcd2f3181fa) Fix cake build - [`b5a8978`](https://github.com/adamhathcock/sharpcompress/commit/b5a897819d789232d58f806838d8521e2dd78baa) Fix pack - [`d6a6085`](https://github.com/adamhathcock/sharpcompress/commit/d6a6085d75665f5dd545205814990631805da80b) Update docker build ### 📊 Changes **11 files changed** (+42 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+1 -1) 📝 `README.md` (+1 -1) 📝 `build.cake` (+21 -26) 📝 `src/SharpCompress/Archives/Tar/TarArchive.cs` (+1 -1) 📝 `src/SharpCompress/Common/SevenZip/ArchiveReader.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/ADC/ADCBase.cs` (+2 -2) 📝 `src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/PPMd/PpmdStream.cs` (+4 -1) 📝 `src/SharpCompress/IO/RewindableStream.cs` (+5 -2) 📝 `src/SharpCompress/SharpCompress.csproj` (+3 -2) 📝 `src/SharpCompress/Utility.cs` (+2 -0) </details> ### 📄 Description _No description provided_ --- <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:18:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1052