Content deleted Content added
m link foreach loop using Find link |
|||
Line 5:
==Parallel LINQ{{Anchor|PLINQ}}==
{{see also|Language Integrated Query}}
'''Parallel LINQ''' ('''PLINQ''') is a concurrent query execution engine for [[Language Integrated Query|LINQ]], parallelizing the execution of queries on objects (LINQ to Objects) and XML data (LINQ to XML). PLINQ is intended for exposing [[data parallelism]] by use of queries.<ref name="channel9"/> Any computation on objects that has been implemented as queries can be parallelized by PLINQ. However, the objects need to
==Task Parallel Library==
|