Very basic multicore question

Note that if you are running a modern ARM system (like Apple Silicon) which has performance and efficiency cores, you’ll want to split up the work into a few times more pieces than you have physical cores so that the faster cores don’t finish earlier and then sit idle.

6 Likes