Sunday, September 25, 2005

Back to the basics - recursive iterators

Stephen Toub did it again!

He’s posted a series of 3 posts on recursion versus iteration with C# iterators. Although it’s really basic, it’s important to be reminded of the cases where the difference in performance should be considered and how to do it.

Part 1: http://blogs.msdn.com/toub/archive/2004/10/29/249858.aspx

Part 2: http://blogs.msdn.com/toub/archive/2004/10/31/250303.aspx

Part 3: http://blogs.msdn.com/toub/archive/2004/11/04/252415.aspx

 

 

No comments: