Error running concurrent process and storing results in array

Jacob Carlborg doob at me.com
Wed May 6 07:46:32 UTC 2020


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


More information about the Digitalmars-d-learn mailing list