|
by skeet via Jon Skeet's Coding Blog : C# on 10/3/2007 8:12:04 PM
I've been writing about LINQ recently, and in particular I've written a small amount about Parallel LINQ. (Don't get excited - it's only about a page, just to mention it as a sort of "meta-provider" for LINQ.) I was wondering what to use to demonstrate it - what general task can we perform which could take a lot of CPU?
Well, I used to be quite into fractals, and I've written Mandelbrot set generators in various languages. I hadn't done it in C# before now, ho
... [ read more ]
|
|