Adding Java and C++ to the MQTT benchmarks or: How I Learned to Stop Worrying and Love the Garbage Collector

Ola Fosheim Grøstad" <ola.fosheim.grostad+dlang at gmail.com> Ola Fosheim Grøstad" <ola.fosheim.grostad+dlang at gmail.com>
Thu Jan 9 03:40:44 PST 2014


On Thursday, 9 January 2014 at 09:55:42 UTC, Walter Bright wrote:
> A GC does not prevent such techniques.

No, but programmers gravitate towards less work... If alloc is 
transparent and free is hidden... You gain a lot from not being 
explicit, but you get more allocations overall.



More information about the Digitalmars-d mailing list