std.parallelism changes done

bearophile bearophileHUGS at lycos.com
Thu Mar 24 10:19:32 PDT 2011


dsimcha:

> 2.  I think map() is much more frequently useful than lazyMap() and name verbosity
> should be inversely proportional to usage frequency.

I agree, but I have suggested to replace "map" => "amap" and "lazyMap" => "map" (and to add a fully eager amap to std.algorithm). The increase of verbosity is not big.


> (Which is why I really need
> help thinking of a better name than executeInNewThread().)

Andrei is good at this :-)


> I really don't think rigorous, detailed benchmarks have any place in API
> documentation.

OK. I will be happy to see few graphs outside the API doc :-)

Bye,
bearophile


More information about the Digitalmars-d mailing list