<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-01-26 22:15 GMT+01:00 rsw0x via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><span style="color:rgb(34,34,34)">In any case where you attempt to write code in D that is equal in performance to C++, you must avoid the GC.</span></div></div></blockquote><div><br></div><div>No.<br>There are many places when performances could be optimized. The GC surely can be improved, but avoid it is no silver bullet, and I even doubt it has the most time spend / speedup ratio.</div><div><br>And that's only taking speed into account. There are many more factor to take into account. Consistency / reliability should be the prime focus. Because I keep getting compiler bugs, almost on a weekly basis.</div></div></div></div>