MIT Technology Review: An Interview With Bjarne Stroustrup
Sean Kelly
sean at f4.ca
Wed Dec 6 11:23:14 PST 2006
Craig Black wrote:
> I don't see why D doesn't use nedmalloc for its non-GC malloc
> implementation. This would allow expert developers that avoid GC in certain
> situations glean the best performance possible.
The user could do this quite easily himself. Just create a D header
module for the malloc calls and use them instead of std.c.stdlib.malloc,
etc.
Sean
More information about the Digitalmars-d
mailing list