Content deleted Content added
Reference. |
Teddy LEBRAS (talk | contribs) |
||
Line 4:
==Parallel LINQ{{Anchor|PLINQ}}==
'''PLINQ''', or '''Parallel [[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==
|