View Single Post
  #11  
Old 15-07-2022, 10:56
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 Masquerade View Post
@BLACKFIRE69
Is it possible to get custom temp folder location in these plugins similar to cls-mtx?
yes, definitely it's possible.

Quote:
Originally Posted by Masquerade View Post
Also, are the bugs relating to 6/12 thread CPUs fixed? For example, if I make an archive with all 16 threads, a 6 thread CPU will not be able to unpack that archive. Meaning, I have to lock decompression at 4 threads which sucks for everyone involved.

Thanks.
yes, these CLS libraries are fit for handling any thread combination between repacker and user.

i.e
Code:
repacker:  t16	user:  t16	( R=U )
repacker:  t16	user:  t6	( R>U )
repacker:  t6	user:  t16	( R<U )
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Cesar82 (15-07-2022), dixen (15-07-2022), Masquerade (15-07-2022)