mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
[PR #496] [MERGED] Reduce the amount of allocations #1059
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/496
Author: @Bond-009
Created: 12/30/2019
Status: ✅ Merged
Merged: 1/3/2020
Merged by: @adamhathcock
Base:
master← Head:allocations📝 Commits (5)
80b0671Reduce the amount of allocations1ed675eMinor improvement50d4b39Fix testd2c2b58Fix language version and add netstandard2.16dfe0c7Merge branch 'master' into allocations📊 Changes
34 files changed (+332 additions, -1666 deletions)
View changed files
📝
src/SharpCompress/Common/ArchiveEncoding.cs(+1 -1)📝
src/SharpCompress/Common/GZip/GZipFilePart.cs(+4 -5)📝
src/SharpCompress/Common/Rar/RarCryptoWrapper.cs(+2 -2)📝
src/SharpCompress/Common/Rar/RarRijndael.cs(+5 -5)📝
src/SharpCompress/Common/SevenZip/ArchiveDatabase.cs(+7 -6)📝
src/SharpCompress/Common/SevenZip/ArchiveReader.cs(+10 -8)📝
src/SharpCompress/Common/Tar/Headers/TarHeader.cs(+10 -14)📝
src/SharpCompress/Common/Zip/Headers/LocalEntryHeaderExtraFactory.cs(+19 -19)📝
src/SharpCompress/Common/Zip/Headers/ZipFileEntry.cs(+5 -6)📝
src/SharpCompress/Common/Zip/WinzipAesCryptoStream.cs(+2 -2)📝
src/SharpCompress/Common/Zip/WinzipAesEncryptionData.cs(+3 -3)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+6 -6)📝
src/SharpCompress/Compressors/ADC/ADCBase.cs(+13 -15)📝
src/SharpCompress/Compressors/Deflate/GZipStream.cs(+3 -4)📝
src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs(+10 -9)📝
src/SharpCompress/Compressors/LZMA/LZipStream.cs(+10 -9)📝
src/SharpCompress/Compressors/LZMA/LzmaEncoder.cs(+10 -5)📝
src/SharpCompress/Compressors/LZMA/LzmaStream.cs(+6 -6)📝
src/SharpCompress/Compressors/PPMd/H/FreqData.cs(+10 -8)📝
src/SharpCompress/Compressors/PPMd/H/PPMContext.cs(+7 -7)...and 14 more files
📄 Description
an array
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.