The Art of Concurrency: A Thread Monkey's Guide to Writing Parallel Applications by Clay Breshears

Price: £21.99

Discount: 36%
RRP: 34.50

More Details

Description

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.

CONTENTS:

PrefaceChapter 1: Want to Go Faster? Raise Your Hands if You Want to Go Faster!Chapter 2: Concurrent or Not Concurrent?Chapter 3: Proving Correctness and Measuring PerformanceChapter 4: Eight Simple Rules for Designing Multithreaded ApplicationsChapter 5: Threading LibrariesChapter 6: Parallel Sum and Prefix ScanChapter 7: MapReduceChapter 8: SortingChapter 9: SearchingChapter 10: Graph AlgorithmsChapter 11: Threading ToolsGlossaryPhoto CreditsColophon
Published

01 Jun 2009

Publisher

O'REILLY & ASSOCIATES

ISBN

9780596521530

Pages

285

Static Book Details Index Page - Click Here to go to Computer Manuals Website