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

F i L witte2008 at gmail.com
Tue Feb 7 15:01:46 PST 2012


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.



More information about the Digitalmars-d mailing list