Dynamic array void initialization
Steven Schveighoffer
schveiguy at yahoo.com
Tue Mar 8 14:57:53 PST 2011
On Tue, 08 Mar 2011 17:48:37 -0500, Tom <tom at nospam.com> wrote:
> http://d.puremagic.com/issues/show_bug.cgi?id=5603
>
> This is really sad. This kind of stuff is a must for performance. D is
> disappointing me too much yet :(
>
There is always c's malloc, or you can try using the GC malloc directly.
For application specific needs, it might be sufficient. However, a
builtin language/library feature must be very robust and handle all cases.
-Steve
More information about the Digitalmars-d-learn
mailing list