Archive for the ‘Concurrency’ Category
Wide Finder with LINQ
02Oct07
I’ve been dabbling with the Wide Finder problem and have found a solution in C# 3.0 that is startlingly elegant.
Filed under: C#, Concurrency, LINQ | 4 Comments
Some Parallel Programming Links
27Sep07
Coincidentally, I have stumbled into a few interesting links about parallel programming over the past few days. Task Parallel Library – Really cool, practical library for doing multithreaded programming in .NET. If anything it makes it a little too easy–it’s not a substitute for knowing the ins and outs of concurrent shared-memory programming, and you […]
Filed under: Concurrency, Programming | 2 Comments