The Art of Concurrency

The Art of Concurrency
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 306
Release :
ISBN-10 : 9780596555788
ISBN-13 : 0596555784
Rating : 4/5 (784 Downloads)

Book Synopsis The Art of Concurrency by : Clay Breshears

Download or read book The Art of Concurrency written by Clay Breshears and published by "O'Reilly Media, Inc.". This book was released on 2009-05-07 with total page 306 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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. Written by an Intel engineer with over two decades of parallel and concurrent programming experience, this book will help you: Understand parallelism and concurrency Explore differences between programming for shared-memory and distributed-memory Learn guidelines for designing multithreaded applications, including testing and tuning Discover how to make best use of different threading libraries, including Windows threads, POSIX threads, OpenMP, and Intel Threading Building Blocks Explore how to implement concurrent algorithms that involve sorting, searching, graphs, and other practical computations The Art of Concurrency shows you how to keep algorithms scalable to take advantage of new processors with even more cores. For developing parallel code algorithms for concurrent programming, this book is a must.


The Art of Concurrency Related Books

The Art of Concurrency
Language: en
Pages: 306
Authors: Clay Breshears
Categories: Computers
Type: BOOK - Published: 2009-05-07 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experienc
Java Concurrency in Practice
Language: en
Pages: 428
Authors: Tim Peierls
Categories: Computers
Type: BOOK - Published: 2006-05-09 - Publisher: Pearson Education

DOWNLOAD EBOOK

Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-
Patterns for Parallel Programming
Language: en
Pages: 786
Authors: Timothy G. Mattson
Categories: Computers
Type: BOOK - Published: 2004-09-15 - Publisher: Pearson Education

DOWNLOAD EBOOK

The Parallel Programming Guide for Every Software Developer From grids and clusters to next-generation game consoles, parallel computing is going mainstream. In
The Art of Multiprocessor Programming, Revised Reprint
Language: en
Pages: 536
Authors: Maurice Herlihy
Categories: Computers
Type: BOOK - Published: 2012-06-25 - Publisher: Elsevier

DOWNLOAD EBOOK

Revised and updated with improvements conceived in parallel programming courses, The Art of Multiprocessor Programming is an authoritative guide to multicore pr
Concurrent Programming on Windows
Language: en
Pages: 1421
Authors: Joe Duffy
Categories: Computers
Type: BOOK - Published: 2008-10-28 - Publisher: Pearson Education

DOWNLOAD EBOOK

“When you begin using multi-threading throughout an application, the importance of clean architecture and design is critical. . . . This places an emphasis on