On 11/11/2010 07:01 PM, Trass3r wrote:
Unfortunately I only know about the standard stuff, OpenMP/OpenCL... Speaking of which: Are there any attempts to support lightweight multithreading in D, that is, something like OpenMP ?That would require compiler support for it. Other than that there only seems to be dsimcha's std.parallelism
Ok, that's what I suspected. std.parallelism doesn't look to bad though, I'll try around with that...
