-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] When using LZMA2, Fast
, do the two right-click compression commands have different compression rates?
#353
Comments
@GitCourser |
I assume it was multithreaded compression, was not it? So your tests are inconclusive if number of threads is larger than 1. |
@sebres |
I guess I understand what you meant now - just not follow exact scenario (of unexpected case) - your description is a bit confusing...
Then I can confirm it. [HKEY_CURRENT_USER\SOFTWARE\7-Zip-Zstandard\Compression\Options\7z]
"Method"="FLZMA2"
"Level"=dword:00000009
"Dictionary"=dword:08000000 (some of the parameters may be not stored if they are default). But as @g0blin-NN said - this can be an issue of original 7z. |
@sebres |
When using
Add to archive...
, selectLZMA2, Fast [std]
&Level 9
, the compressed file will be smaller than the one compressed byAdd to <Archive>.7z
.But if change to
LZMA2 [std]
, the file size will be the same after compression by both methods.Are the compression parameters saved when using
Fast
not used?The text was updated successfully, but these errors were encountered: