[PR #326] [MERGED] Use arraypool for transfer/skip #962

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/326
Author: @adamhathcock
Created: 12/7/2017
Status: Merged
Merged: 12/8/2017
Merged by: @adamhathcock

Base: masterHead: arraypool


📝 Commits (5)

  • 1eaaa8d Use arraypool for transfer/skip
  • d2858c4 Merge commit 'a4ebd5fb3d1e81d92db63296b2d010882ab79455' into arraypool
  • 4ffc6d0 Merge branch 'master' into arraypool
  • 21370eb Merge fixes
  • 55161ba Remove redundant constant

📊 Changes

4 files changed (+100 additions, -42 deletions)

View changed files

📝 build.cake (+6 -6)
📝 src/SharpCompress/SharpCompress.csproj (+15 -0)
📝 src/SharpCompress/Utility.cs (+78 -35)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+1 -1)

📄 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/326 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 12/7/2017 **Status:** ✅ Merged **Merged:** 12/8/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `arraypool` --- ### 📝 Commits (5) - [`1eaaa8d`](https://github.com/adamhathcock/sharpcompress/commit/1eaaa8d77241f6e7500845bab029125ef94b6edb) Use arraypool for transfer/skip - [`d2858c4`](https://github.com/adamhathcock/sharpcompress/commit/d2858c498971b2feb32f8465343c4ef22cdbb0cb) Merge commit 'a4ebd5fb3d1e81d92db63296b2d010882ab79455' into arraypool - [`4ffc6d0`](https://github.com/adamhathcock/sharpcompress/commit/4ffc6d0641384259af9c42a3021a107098fd7d54) Merge branch 'master' into arraypool - [`21370eb`](https://github.com/adamhathcock/sharpcompress/commit/21370ebf51128f69b20582fc29de7be824c7f3e2) Merge fixes - [`55161ba`](https://github.com/adamhathcock/sharpcompress/commit/55161ba696869b4cbc3f86ebb0d7528dcd4d4636) Remove redundant constant ### 📊 Changes **4 files changed** (+100 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `build.cake` (+6 -6) 📝 `src/SharpCompress/SharpCompress.csproj` (+15 -0) 📝 `src/SharpCompress/Utility.cs` (+78 -35) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+1 -1) </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:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#962