This is an awesome video and must watch if you are interested in parallel programming.
In this video Tim identifies Design Spaces for exploring parallel programming patterns
- Finding concurrency
- Algorithmic Structure
- Support Structure
- Implementation mechanism
5 thoughts on “Design Patterns for Parallel Programming: Learning to Think Parallel”
Excellent stuff Dorai.
Thanks Vaibhav. I think parallelizing is one of the most important skills for developers for the next decade.
Hi Dorai,
I am trying to explore this area for best performance with Multi core. Going through the video now. Any more leads would be appreciable
Regards
Hi Kiran,
There are lots of resources. Just check del.icio.us bookmarks (mine and others).
http://del.icio.us/dorait/parallel-programming
http://del.icio.us/search/?fr=del_icio_us&p=parallel-programming&type=all
Intel site has many great resources as well. This may be a good starting point:
http://del.icio.us/search/?fr=del_icio_us&p=parallel-programming&type=all
Comments are closed.