Running Phobos unit tests in threads: I have data

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Sat May 3 12:37:14 PDT 2014


On Saturday, 3 May 2014 at 18:16:52 UTC, Andrei Alexandrescu 
wrote:
> On 5/3/14, 4:54 AM, Atila Neves wrote:
>> So I tried using unit-threaded to run Phobos unit tests
> [snip]
>
> Thanks. Are you using thread pooling (a limited number of 
> threads e.g. 1.5 * cores running all unittests)? -- Andrei

I'm using parallel and taskPool from std.parallelism. I was under 
the impression it gave me a ready-to-use pool with as many 
threads as I have cores.



More information about the Digitalmars-d mailing list