YIELD Operator Fun
Recently I was looking for a nice way to process large text files and keeping memory consumption at a minimum. Though I wanted to keep input logic strictly separated from filtering and processing components. I figured this is similar (but simpler) to what LINQ does in principle.
Here is the original post:
YIELD Operator Fun


