WAT: opCmp and opEquals woes

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 23 23:29:23 PDT 2014


On 24/07/14 02:41, Jonathan M Davis wrote:

> That would incur a silent performance hit.

So does default initialized values, virtual by default, classes 
allocated on the heap and other features of D. By default D chooses 
safety and correctness. If the programmer needs more performance some 
additional code might be required.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list