List of Phobos functions that allocate memory?

Walter Bright newshound2 at digitalmars.com
Sat Feb 8 14:01:12 PST 2014


On 2/7/2014 8:40 AM, Dmitry Olshansky wrote:
> Meh. If exceptions are such a liability we'd better make them (much) faster.

They can be made faster by slowing down non-exception code.

This has been debated at length in the C++ community, and the generally accepted 
answer is that non-exception code performance is preferred and exception 
performance is thrown under the bus in order to achieve it.

I think it's quite a reasonable conclusion.



More information about the Digitalmars-d mailing list