Parallel LINQ (PLINQ)

Eintrag zuletzt aktualisiert am: 28.05.2021

PLINQ ist in .NET Framework 4.0 erschienen.

"Parallel LINQ (PLINQ) is a parallel implementation of the Language-Integrated Query (LINQ) pattern. PLINQ implements the full set of LINQ standard query operators as extension methods for the System.Linq namespace and has additional operators for parallel operations. PLINQ combines the simplicity and readability of LINQ syntax with the power of parallel programming."
[https://docs.microsoft.com/de-de/dotnet/standard/parallel-programming/introduction-to-plinq]