View Single Post
  #8  
Old 16-07-2020, 03:51
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by L0v3craft View Post
This one has the same limitation of razorx that we can't use for decompression a number of threads higher that the threads used for compression?
yes, the number of threads for decompression should be the same or less than that used in compression.

ex:
Compression: Threads = 8
Decompression: Threads = 8, 4 , 2 ….

Last edited by BLACKFIRE69; 16-07-2020 at 03:56.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
L0v3craft (16-07-2020)