SLINQ - Streaming Linq
Me lo segno da guardare per la settimana a venire, quindi questo post è fondamentalmente un memo :-)
Comunque SLINQ (hostato su codeplex) è (cit.) un'implementazione di LINQ basata su streaming dei dati.
Interessante, almeno a leggere la presentazione del progetto, questo punto:
[cut]
The collection classes generate events that the StreamAdapters listen for and propagate as needed. So unlike the built-in IEnumerable-based implementation where the iterators are forward-only, this implementation will respond to changing values in the source data.