Parallel Programming with Microsoft® Visual Studio® 2010 Step by Step

Parallel Programming with Microsoft® Visual Studio® 2010 Step by Step

Author:Donis Marshall [Donis Marshall]
Language: eng
Format: epub
Tags: COMPUTERS / Programming / Parallel
ISBN: 9780735662612
Publisher: Microsoft Press
Published: 2011-07-17T16:00:00+00:00


Quick Reference

To

Do this

Convert a LINQ query to PLINQ

Add the AsParallel clause.

Run a segment of a PLINQ query sequentially

Use the AsSequential clause.

Parallelize multiple streams of the PLINQ query

Use ParallelQuery<TSource>.ForAll to execute the various streams in parallel.

Set the buffered state for handling the results of a PLINQ query

Use WithMergeOption.Buffered, WithMergeOption.FullyBuffered, or WithMergeOption.AutoBuffered.

Create ordered results

Use the AsOrdered clause.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.