圖書標籤: haskell parallel Haskell concurrent 並發 Programming 計算機 編程語言
发表于2024-11-22
Parallel and Concurrent Programming in Haskell pdf epub mobi txt 電子書 下載 2024
This book covers the breadth of Haskell's diverse selection of programming APIs for concurrent and parallel programming. It is split into two parts. The first part, on parallel programming, covers the techniques for using multiple processors to speed up CPU-intensive computations, including methods for using parallelism in both idiomatic Haskell and numerical array-based algorithms, and for running computations on a GPU. The second part, on concurrent programming, covers techniques for using multiple threads, including overlapping multiple I/O operations, building concurrent network servers, and distributed programming across multiple machines.
Simon Marlow has been a prominent figure in the Haskell community formany years. He is the author of large parts of the Glasgow HaskellCompiler, including in particular its highly regarded mulitcoreruntime system, along with many of the libraries and tools thatHaskell programmers take for granted. Simon also contributes to thefunctional programming research community, and has a string of paperson subjects ranging from garbage collection to language design. Inrecent years Simon's focus has been on making Haskell an idealprogramming language for parallel and concurrent applications, both bydeveloping new programming models and building a high-qualityimplementation.
Simon spent 14 years at Microsoft's Research laborotory in Cambridge,before taking a break in Spring 2013 to work on this book. Hecurrently works at Facebook UK.
本書分為並行與並發兩部分:前一部分主要介紹瞭Par Monad/Strategy/Repa/Accelerate等,非常漂亮的並行抽象;後一部分從MVar/STM/Channel/等底層開始逐漸實現更高級的的並發方式。書中的例子顯然是精心挑選的,從能夠並行的kmeans/sudoku/mandelbrot到支撐海量連接的分布式chat server,僅衝著GHC核心大神Simon Marlow的名號就值得一讀。
評分Very useful. Not just for Haskell.
評分本書分為並行與並發兩部分:前一部分主要介紹瞭Par Monad/Strategy/Repa/Accelerate等,非常漂亮的並行抽象;後一部分從MVar/STM/Channel/等底層開始逐漸實現更高級的的並發方式。書中的例子顯然是精心挑選的,從能夠並行的kmeans/sudoku/mandelbrot到支撐海量連接的分布式chat server,僅衝著GHC核心大神Simon Marlow的名號就值得一讀。
評分Very useful. Not just for Haskell.
評分Long overdue...
評分
評分
評分
評分
Parallel and Concurrent Programming in Haskell pdf epub mobi txt 電子書 下載 2024