Parallel and Concurrent Programming in Haskell - Simon Marlow

Parallel and Concurrent Programming in Haskell

By: Simon Marlow

Paperback | 9 August 2013

At a Glance

Paperback


RRP $85.50

$37.75

56%OFF

In Stock and Aims to ship next day

If you have a working knowledge of Haskell, this hands-on book shows you how to use the language's many APIs and frameworks for writing both parallel and concurrent programs. You'll learn how parallelism exploits multicore processors to speed up computation-heavy programs, and how concurrency enables you to write programs with threads for multiple interactions.

Author Simon Marlow walks you through the process with lots of code examples that you can run, experiment with, and extend. Divided into separate sections on Parallel and Concurrent Haskell, this book also includes exercises to help you become familiar with the concepts presented:

  • Express parallelism in Haskell with the Eval monad and Evaluation Strategies
  • Parallelize ordinary Haskell code with the Par monad
  • Build parallel array-based computations, using the Repa library
  • Use the Accelerate library to run computations directly on the GPU
  • Work with basic interfaces for writing concurrent code
  • Build trees of threads for larger and more complex programs
  • Learn how to build high-speed concurrent network servers
  • Write distributed programs that run on multiple machines in a network

More in Programming & Scripting Languages

Fluent C : Principles, Practices, and Patterns - Christopher Preschern

RRP $125.50

$51.25

59%
OFF
Learning Agile : Understanding Scrum, XP, Lean, and Kanban - Andrew Stellman
Modern PHP : New Features and Good Practices - Josh Lockhart

RRP $57.00

$25.25

56%
OFF
Head First C# : 4th Edition - Andrew Stellman

RRP $133.00

$50.25

62%
OFF
Definitive ANTLR 4 Reference : 2nd Edition - Terence Parr

RRP $70.35

$30.90

56%
OFF
Command-Line Rust : A Project-Based Primer for Writing Rust CLIs - Ken Youens Clark
JavaScript Cookbook : Programming the Web 3rd Edition - Adam Scott
Python for Algorithmic Trading : From Idea to Cloud Deployment - Yves Hilpisch
C# 12 Pocket Reference : Instant Help for C# 12 Programmers - Joseph Albahari
Typescript Cookbook : Real World Type-Level Programming - Stefan Baumgartner
Scaling Python with Dask : From Data Science to Machine Learning - Holden Karau
Java How to Program, Early Objects : 11th Global Edition - Paul Deitel
Problem Solving with C++, Global Edition : 10th Edition - Walter Savitch