[PR #331] [MERGED] Absorb arraypool from CoreFX #971

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/331
Author: @adamhathcock
Created: 12/15/2017
Status: Merged
Merged: 12/15/2017
Merged by: @adamhathcock

Base: masterHead: absorb_arraypool


📝 Commits (1)

  • 97f9870 Absorb arraypool from CoreFX

📊 Changes

6 files changed (+415 additions, -15 deletions)

View changed files

src/SharpCompress/Buffers/ArrayPool.cs (+119 -0)
src/SharpCompress/Buffers/DefaultArrayPool.cs (+142 -0)
src/SharpCompress/Buffers/DefaultArrayPoolBucket.cs (+110 -0)
src/SharpCompress/Buffers/Utilities.cs (+38 -0)
📝 src/SharpCompress/SharpCompress.csproj (+0 -9)
📝 src/SharpCompress/Utility.cs (+6 -6)

📄 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/331 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 12/15/2017 **Status:** ✅ Merged **Merged:** 12/15/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `absorb_arraypool` --- ### 📝 Commits (1) - [`97f9870`](https://github.com/adamhathcock/sharpcompress/commit/97f9870d243fea45299b020d28b09705676b4af9) Absorb arraypool from CoreFX ### 📊 Changes **6 files changed** (+415 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `src/SharpCompress/Buffers/ArrayPool.cs` (+119 -0) ➕ `src/SharpCompress/Buffers/DefaultArrayPool.cs` (+142 -0) ➕ `src/SharpCompress/Buffers/DefaultArrayPoolBucket.cs` (+110 -0) ➕ `src/SharpCompress/Buffers/Utilities.cs` (+38 -0) 📝 `src/SharpCompress/SharpCompress.csproj` (+0 -9) 📝 `src/SharpCompress/Utility.cs` (+6 -6) </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:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#971