Parallel and Concurrent Programming in Haskell

Parallel and Concurrent Programming in Haskell

AngličtinaEbook
Marlow, Simon
O'Reilly Media
EAN: 9781449335922
Dostupné online
808 Kč
Běžná cena: 898 Kč
Sleva 10 %
ks

Podrobné informace

If you have a working knowledge of Haskell, this hands-on book shows you how to use the languages many APIs and frameworks for writing both parallel and concurrent programs. Youll 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 StrategiesParallelize ordinary Haskell code with the Par monadBuild parallel array-based computations, using the Repa libraryUse the Accelerate library to run computations directly on the GPUWork with basic interfaces for writing concurrent codeBuild trees of threads for larger and more complex programsLearn how to build high-speed concurrent network serversWrite distributed programs that run on multiple machines in a network
EAN 9781449335922
ISBN 1449335926
Typ produktu Ebook
Vydavatel O'Reilly Media
Datum vydání 12. července 2013
Stránky 322
Jazyk English
Země Uruguay
Autoři Marlow, Simon