manual memory management

Paulo Pinto pjmlp at progtools.org
Tue Jan 8 01:29:26 PST 2013


On Monday, 7 January 2013 at 23:13:13 UTC, H. S. Teoh wrote:
> ...
>
> Crippling the language to cater to the 10% crowd who want to 
> squeeze
> every last drop of performance from the hardware is the wrong 
> approach
> IMO.
>
>
> T

Agreed.

Having used GC languages for the last decade, I think the cases 
where manual memory management is really required are very few.

Even if one is forced to do manual memory management over GC, it 
is still better to have the GC around than do everything manually.

But this is based on my experience doing business applications, 
desktop and server side or services/daemons.

Other's experience may vary.

--
Paulo


More information about the Digitalmars-d mailing list