my ideas for array operations

Janice Caron caron800 at googlemail.com
Mon Oct 8 02:29:25 PDT 2007


On 10/8/07, Frits van Bommel <fvbommel at remwovexcapss.nl> wrote:
> DMD will optimize into a single alloc

Great! Except...

How does that work for opCat() and opCatAssign()? Can those functions
accept multiple inputs? One would certainly hope so, given what you've
explained, but I've not seen it documented anywhere. It would be a
shame if user-created collections couldn't benefit from that
optimization.



More information about the Digitalmars-d mailing list