Parallel processing and further use of output

Jay Norwood via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Sep 26 09:18:04 PDT 2015


btw, on my corei5, in debug build,
reduce (using double): 11msec
non_parallel: 37msec
parallel with atomicOp: 123msec

so, that is the reason for using parallel reduce, assuming the 
ulong range thing will get fixed.


More information about the Digitalmars-d-learn mailing list