Taking pipeline processing to the next level

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 5 01:21:53 PDT 2016


On 9/5/16 7:08 AM, Manu via Digitalmars-d wrote:
> I mostly code like this now:
>   data.map!(x => transform(x)).copy(output);
>
> It's convenient and reads nicely, but it's generally inefficient.

What are the benchmarks and the numbers? What loss are you looking at? 
-- Andrei


More information about the Digitalmars-d mailing list