[PR #551] [MERGED] Use hardware accelerated Alder32 impl #1091

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/551
Author: @iamcarbon
Created: 11/18/2020
Status: Merged
Merged: 11/19/2020
Merged by: @adamhathcock

Base: masterHead: alder32


📝 Commits (1)

  • 477a30c Use hardware accelerated Alder32 impl

📊 Changes

5 files changed (+308 additions, -103 deletions)

View changed files

src/SharpCompress/Algorithms/Alder32.cs (+285 -0)
📝 src/SharpCompress/Compressors/Deflate/DeflateManager.cs (+13 -11)
📝 src/SharpCompress/Compressors/Deflate/Inflate.cs (+7 -5)
📝 src/SharpCompress/Compressors/Deflate/Zlib.cs (+0 -84)
📝 src/SharpCompress/Compressors/Deflate/ZlibCodec.cs (+3 -3)

📄 Description

Testing through CI, not ready for merging.

Also need to add THIRD party notices crediting Six Labors / ImageSharp.


🔄 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/551 **Author:** [@iamcarbon](https://github.com/iamcarbon) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/19/2020 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `alder32` --- ### 📝 Commits (1) - [`477a30c`](https://github.com/adamhathcock/sharpcompress/commit/477a30cf5bf2ed5c4e8687269e69a5c31f78489f) Use hardware accelerated Alder32 impl ### 📊 Changes **5 files changed** (+308 additions, -103 deletions) <details> <summary>View changed files</summary> ➕ `src/SharpCompress/Algorithms/Alder32.cs` (+285 -0) 📝 `src/SharpCompress/Compressors/Deflate/DeflateManager.cs` (+13 -11) 📝 `src/SharpCompress/Compressors/Deflate/Inflate.cs` (+7 -5) 📝 `src/SharpCompress/Compressors/Deflate/Zlib.cs` (+0 -84) 📝 `src/SharpCompress/Compressors/Deflate/ZlibCodec.cs` (+3 -3) </details> ### 📄 Description Testing through CI, not ready for merging. Also need to add THIRD party notices crediting Six Labors / ImageSharp. --- <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:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1091