On 2020-05-06 06:04, Mathias LANG wrote:

In general, if you want to parallelize something, you should aim to have as many threads as you have cores.

That should be _logical_ cores. If the CPU supports hyper threading it can run two threads per core.

--
/Jacob Carlborg

Reply via email to