What's the go with the GC these days?

welkam wwwelkam at gmail.com
Mon Jan 7 19:03:00 UTC 2019


On Monday, 7 January 2019 at 18:18:05 UTC, H. S. Teoh wrote:
> but there's the tradeoff of spending easily 3x to 4x more 
> effort in writing correct pointer code under manual MM

Most code is slow because programmer didn't had time to optimize. 
For normal code GC wont add more than 15% overhead but with some 
optimization you can easily get over 2x improvement in your 
program.
This could be excellent topic for D blog.


More information about the Digitalmars-d mailing list