View Single Post
Old 7th February 2019, 06:30   #224  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
from the old read me of mpp

Quote:
### lock threads to cores

Slave processes with this statement will lock their worker threads into a core. This may improve performance for some scripts.

Core selection is on a round-robin manner, with awareness of hyper-threading.
the new change is

Quote:
Affinity: Add support for specifying cores
so every block should has different number (or using some threads/cores that has no heavy load, mean you can balance that in which way make the script run faster), and those numbers should be up to cores counts (or maybe threads, you should ask a Developer ) in the cpu

the old mpp as the read me said, does it automatically I think, maybe even in the new one still does that if not specified by user


and Regarding
Quote:
### lock threads to cores 2
vs
Quote:
### lock threads to cores: 2
I think the 1st one is the correct as I understand from the Source code, the 2nd one may act like old method (ignore the number) or maybe work as it should, see what you got in the task manager in windows
__________________
See My Avisynth Stuff

Last edited by real.finder; 7th February 2019 at 07:03.
real.finder is offline   Reply With Quote