mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #547] [CLOSED] Use hardware accelerated Adler32 impl #1087
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/547
Author: @iamcarbon
Created: 11/2/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
724f854Use hardware accelerated Adler32 impla07a511React to nullable changes60ab08cRegister code pages on .NETCOREAPP3.172121d8Remove global config (blocking CI upgrade)6e152cdRevert "Remove global config (blocking CI upgrade)"e7e3543Merge branch 'master' into master8cc22fdMerge remote-tracking branch 'upstream/master'be76be3Merge branch 'master' of https://github.com/carbon/sharpcompressbeec97bMove Adler32 to Algorithms namespace and fix empty behavior994d90bFix #if to support .NETCOREAPP3.1📊 Changes
13 files changed (+321 additions, -110 deletions)
View changed files
➕
src/SharpCompress/Algorithms/Adler32.cs(+285 -0)📝
src/SharpCompress/Common/ArchiveEncoding.cs(+1 -1)📝
src/SharpCompress/Common/ExtractionMethods.cs(+2 -4)📝
src/SharpCompress/Common/Rar/Headers/NewSubHeaderType.cs(+3 -1)📝
src/SharpCompress/Common/SevenZip/CMethodId.cs(+1 -1)📝
src/SharpCompress/Compressors/Deflate/DeflateManager.cs(+6 -4)📝
src/SharpCompress/Compressors/Deflate/GZipStream.cs(+2 -2)📝
src/SharpCompress/Compressors/Deflate/Inflate.cs(+7 -4)📝
src/SharpCompress/Compressors/Deflate/Zlib.cs(+0 -84)📝
src/SharpCompress/Compressors/Deflate/ZlibCodec.cs(+8 -4)📝
src/SharpCompress/Compressors/Xz/Filters/BlockFilter.cs(+1 -1)📝
src/SharpCompress/Polyfills/StreamExtensions.cs(+1 -1)📝
src/SharpCompress/SharpCompress.csproj(+4 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.