Fold in Parallelism

Ali Çehreli acehreli at yahoo.com
Sun Dec 17 20:00:53 UTC 2017


On 12/17/2017 08:11 AM, Vino wrote:

 >   As per the document form std.parallelism it states that we can use
 > taskPool.reduce so can we use the same for fold (taskPool.fold) as
 > basically both are same with slight variation on seed values, if
 > possible can can we define the same in the below lines

fold has only been added to std.algorithm. Opened an enhancement request:

   https://issues.dlang.org/show_bug.cgi?id=18096

Ali



More information about the Digitalmars-d-learn mailing list