How multithreading works in hardware using D ==AND== difference b/w goroutine and threads in D

Jacob Carlborg doob at me.com
Sun Nov 25 23:29:48 PST 2012


On 2012-11-25 20:29, Sparsh Mittal wrote:

> My interest in D and Go is using them for parallelizing scientific
> applications.

D has the std.parallelism module. It has parallel foreach, map, reduce 
and similar functions.

http://dlang.org/phobos/std_parallelism.html

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list