The Art of Concurrency: A Thread Monkey's Guide to Writing Parallel ApplicationsКНИГИ » ПРОГРАММИНГ
Автор: Clay Breshears Название: The Art of Concurrency: A Thread Monkey's Guide to Writing Parallel Applications Издательство: O'Reilly Media Год: 2009 ISBN: 978-0596521530 Язык: English Формат: pdf Размер: 17 mb Страниц: 304
If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures.
The book provides detailed explanations and usable samples to help you transform algorithms from serial to parallel code, along with advice and analysis for avoiding mistakes that programmers typically make when first attempting these computations.