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

Reply via email to