Microsoft.Research.Naiad.Frameworks.Lindi NamespaceNaiad Help

[This is preliminary documentation and is subject to change.]

The Lindi framework contains extension methods that add LINQ-style operators for streams.
Classes

  ClassDescription
Public classExtensionMethods
Public classNonStandardExtensionMethods
Less standard LINQ-ish methods exposing loops and parallelism.
Remarks

The Lindi operators process the data in each logical TimeTTime independently. To perform computations that are incremental across epochs and iterations, use the Microsoft.Research.Naiad.Frameworks.DifferentialDataflow framework instead.