Error running concurrent process and storing results in array

Jacob Carlborg doob at me.com
Wed May 6 07:38:50 UTC 2020


On 2020-05-06 05:25, data pulverizer wrote:
> I have been using std.parallelism and that has worked quite nicely but 
> it is not fully utilising all the cpu resources in my computation

If you happen to be using macOS, I know that when std.parallelism checks 
how many cores the computer has, it checks physical cores instead of 
logical cores. That could be a reason, if you're running macOS.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list