mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #568] [MERGED] Use stackallocs where possible/sensible #1101
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/568
Author: @Bond-009
Created: 2/12/2021
Status: ✅ Merged
Merged: 2/13/2021
Merged by: @adamhathcock
Base:
master← Head:stackalloc📝 Commits (1)
cd67744Use stackallocs where possible/sensible📊 Changes
18 files changed (+102 additions, -100 deletions)
View changed files
📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+1 -1)📝
src/SharpCompress/Common/GZip/GZipFilePart.cs(+2 -2)📝
src/SharpCompress/Common/Rar/RarCryptoWrapper.cs(+2 -2)📝
src/SharpCompress/Common/SevenZip/ArchiveReader.cs(+2 -1)📝
src/SharpCompress/Common/Tar/Headers/TarHeader.cs(+1 -1)📝
src/SharpCompress/Common/Zip/WinzipAesCryptoStream.cs(+1 -1)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+1 -1)📝
src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs(+5 -7)📝
src/SharpCompress/Compressors/LZMA/LZipStream.cs(+4 -4)📝
src/SharpCompress/Compressors/PPMd/PpmdProperties.cs(+6 -2)📝
src/SharpCompress/Compressors/Xz/BinaryUtils.cs(+4 -3)📝
src/SharpCompress/Compressors/Xz/Crc32.cs(+5 -6)📝
src/SharpCompress/Compressors/Xz/Crc64.cs(+4 -4)📝
src/SharpCompress/Polyfills/StreamExtensions.cs(+2 -2)📝
src/SharpCompress/Utility.cs(+2 -2)📝
src/SharpCompress/Writers/Tar/TarWriter.cs(+2 -2)📝
src/SharpCompress/Writers/Zip/ZipCentralDirectoryEntry.cs(+22 -22)📝
src/SharpCompress/Writers/Zip/ZipWriter.cs(+36 -37)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.