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.

Reply via email to