How to save RAM in D programs (on zero initialized buffers): Reloaded

Timon Gehr timon.gehr at gmx.ch
Tue Feb 7 15:08:35 PST 2012


On 02/08/2012 12:01 AM, F i L wrote:
> Can't you just write a custom allocator using calloc for performance
> critical structures (http://dlang.org/memory.html#newdelete), or do what
> Iain said.
>


The solution with the best performance and least memory requirements 
obviously must be the default.


More information about the Digitalmars-d mailing list