mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Is there any way to improve performance of 7-Zip extract? #512
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?
Originally created by @v2codes on GitHub (Mar 31, 2022).
Hello,
I have a performance problem described below, how can I solve this?
If the 7z file without password, decompress it expend less then 1 seconds.
But when set a password, it takes more then 50 seconds.
7z file info:
Size: 6MB
File Count: 67
Sample Code :
`
`
Thanks for help.
@adamhathcock commented on GitHub (Mar 31, 2022):
Sounds like someone should take some debugging to this because you're right.
@ericsia commented on GitHub (Nov 3, 2022):
Sorry for asking, is it necessary for second parameter to be self initialise?
Because the
ReaderOption optionswhen null will initialise leaveStreamOpen as false right?@adamhathcock commented on GitHub (Nov 3, 2022):
Looking at the code, it won't because it if no options are supplied then one is made internally and the default option is true.
@ericsia commented on GitHub (Nov 3, 2022):
I have one last question. For this project do it support .net framework 3.5? Or it need framework 6 to work?
I wish to test lzma2 for unzip only
@adamhathcock commented on GitHub (Nov 3, 2022):
this is out of scope of this issue but the csproj and nuget list what targets are supported and legacy .NET Framework 3.5 isn't one of them.