View Single Post
  #4  
Old 08-03-2021, 10:04
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
I don't know why you are trying to use 4x4 on lolz, it's already multithreaded and as KaktoR stated you can use -mtt1 -mtX where X is your number of threads to enable multithreading:

Code:
[External compressor:lolz]
header = 0
packcmd = lolz_x64 -mtt1 -mt8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
As for faster methods, use LZMA2 from 7zip:

Code:
[External compressor:7z]
header = 0
packcmd   = {compressor} a -txz -an -mcrc=0 -m1=lzma2:d64m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Balaji007 (08-03-2021)