Quote:
Originally Posted by Masquerade
@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
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 )