hi,
I was wondering what is the best use in multicore threading. Big function with all the code a need or spleeping the code in many little function. And at the same time is multicore threading is better using the same function on all the core than using function1 on core 1 and 2 and function2 on core 3 and 4, for axample.
thanks.