[][src]Module shine_stdext::libconfig

Define engine limitations

Constants

MAX_THREAD_COUNT

Maximum number of threads that can be used at once. Set to 0 find some "optimal" value based on the available number of logical cores. The allocated thread id's cannot exceed this hard limit, #see threadid.

PREFERRED_THREAD_COUNT

Preferred number of threads used for data/task processing Set to 0 find some "optimal" value based on the available number of logical cores.