Impressed

Stuart stugol at gmx.com
Fri Jul 27 12:04:06 PDT 2012


On Friday, 27 July 2012 at 16:28:50 UTC, Dmitry Olshansky wrote:
>
> But this advantage is unimportant since arbitrary deep 
> recursion is a security risk (especially for servers that 
> typically use threads with tiny stacks).

I would like to point out here that the example VB.NET code I 
just gave for lazy-populating a list of all files on a drive uses 
NO recursion whatsoever.

Recursion isn't just a security risk - it's a performance hit as 
well.


More information about the Digitalmars-d mailing list