Excellent MSDN Managazine article on Parallel Data Structures and Algorithms
Last MSDN Magazine has an excellent article on Parallel Dat Structures and Algorithms. Article provides implementation source code and explains the following
- Countdown Latch
- Reusable Spin Wait
- Barriers
- Blocking Queue
- Bound Buffer
- Thin Event
- Lock-Free LIFO Stack
Here is a link to the full article on MSDN: http://msdn.microsoft.com/msdnmag/issues/07/05/CLRInsideOut/
Related Arclie: "What Every Dev Must Know About Mulithreaded Apps" msdn.microsoft.com/msdnmag/issues/05/08/Concurrency
No comments:
Post a Comment