Article: "9 Reusable Parallel Data Structures and Algorithms"

Print Friendly, PDF & Email

Article at MSDN written by Joe Duffy, author of “Concurrent Programming on Windows”

In this column, we’ll take a look at nine reusable data structures and algorithms that are common to many parallel programs and that you should be able to adapt with ease to your own .NET software. Each example is accompanied by fully working, though not completely hardened, tested, and tuned, code. The list is by no means exhaustive, but it represents some of the more common patterns. As you’ll notice, many of the examples build on each other.