By tag: plinq
0
kicks
Parallel LINQ (PLINQ) with Visual Studio 2010
On the last day of May I wrote about how to calculate prime numbers with LINQ in C#. To close that post I said that I’d use the primeNumbers delegate to evaluate PLINQ (Parallel LINQ) and measure the performance gains when the same calculation is done in parallel instead of in a sequential fashion. ...
0
kicks
C# 3.0, Parallel LINQ, And The Betfair API - An Introduction
A look at how PLINQ can simplify some aspects of asynchronous programming.
0
kicks
640K Is Enough For Anyone, 64 Cores is Enough For Anyone,
640K Is Enough For Anyone It is déjà vu all over again, someone decided that 64 cores is enough for everyone
0
kicks
Programming in the Age of Concurrency (C9 video)
C# creator Anders Hejlsberg and Parallel LINQ architect Joe Duffy talk about ParallelFx: the .NET library that helps developers more easily write parallel programs to take advantage of the multiple cores in today's machines.