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