Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Goals of this chapter: |
This chapter introduces Parallel LINQ to Objects. PLINQ introduces data parallelism into LINQ queries, giving a performance boost on multi-core and multiprocessor machines while making the results predictable and correct. This chapter also demonstrates how to build your own parallel operator.