Video: Generic Programming Galore using D @ Strange Loop 2011

Caligo iteronvexor at gmail.com
Wed Apr 11 19:17:47 PDT 2012


Question on slide #6:

"Should work at efficiency comparable to hand-written code"

A version of min() that used 'ref' would probably be faster on large
structs.  Is that a problem?  How do you make the decision to exclude
'ref'?  Do [generic] algorithms always go with value semantics?

On Wed, Apr 11, 2012 at 11:23 AM, Andrei Alexandrescu
<SeeWebsiteForEmail at erdani.org> wrote:
> http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D
>
> Andrei


More information about the Digitalmars-d-announce mailing list