"aurora" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>I love generator and I use it a lot. Lately I've been writing some
> recursive generator to traverse tree structures. After taking closer look
> I have some concern on its performance.

When the stacked yields become a measureable problem over the anticipated 
future use of the code, then you can rewrite the obviously correct 
recursive generator as a less-obviously correct iterative generator, using 
the first to generate test results to check the second.

Terry J. Reedy



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to