Is there a canonical book on parallel programming with focus on C++ ?
Posted
by
quant_dev
on Programmers
See other posts from Programmers
or by quant_dev
Published on 2011-07-01T10:10:15Z
Indexed on
2012/10/16
11:23 UTC
Read the original article
Hit count: 163
I am looking for a good book about parallel programming with focus on C++. Something suitable for a person reasonably good in C++ programming, but with no experience in concurrent software development. On the other hand, I'd prefer a practical book, without loads of silly examples about philosophers eating lunch.
Is there a book out there that's the de-facto standard for describing best practices, design methodologies, and other helpful information on parallel programming with focus on C++ ? What about that book makes it special?
© Programmers or respective owner