View Single Post
  #413  
Old 07-01-2019, 12:52
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
@KaktoR
SaveStringToFile(ExpandConstant('{tmp}\arc.ini'), '[External compressor:lzma2]'+#13#10'header = 0'+#13#10+'unpackcmd = 7z x -txz -an -y -mmt=4 -si -so <stdin> <stdout>', True);
is it possible to add to inno to make mmt detect number of threads and use only half ?
like 4 threads > uses 2
6 threads > uses 3
8 threads > uses 4...
More than 2 core decompression in lzma2 useless.
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
KaktoR (08-01-2019)