PLINQ: Parallel Queries in .NET

LINQ queries execute when you iterate over results, and they execute sequentially. With PLINQ, the iterations are performed in parallel, as tasks are scheduled on threads running in the .NET Framework 4 thread pool


March 30, 2012
URL:http://www.drdobbs.com/parallel/plinq-parallel-queries-in-net/232600819

Terms of Service | Privacy Statement | Copyright © 2024 UBM Tech, All rights reserved.