List of Phobos functions that allocate memory?

Walter Bright newshound2 at digitalmars.com
Sat Feb 8 13:59:25 PST 2014


On 2/7/2014 6:50 AM, "Marc Schütz" <schuetzm at gmx.net>" wrote:
> The specific problem was that it was possible to provoke hash collisions by
> sending carefully crafted input, causing the hash-tables to degrade to linked
> lists. The small performance penalty of using collision-resistant hashes is
> certainly worth it in this case.

That has nothing to do with needing exceptions in the control flow path (and the 
performance penalty for using exceptions in this manner is certainly not small).


More information about the Digitalmars-d mailing list