Paul Butcher 資深程序員,涉獵廣泛,從單片機編碼到高級聲明式編程無所不精。Paul是一位少年天纔,8歲時就已經開始在8位機上編寫遊戲。最近幾年他開始癡迷於賽車,想要去叫闆漢密爾頓。除本書外,還著有在亞馬遜獲得全五星好評的《軟件調試修煉之道》。
黃炎 現供職於上海愛可生,從事數據庫高可用軟件開發。簡介和代碼一樣簡潔。
Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code. This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience. Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365. Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it. You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractible problems, and how, in concert with Stream Processing, big data can be tamed. With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence. What You Need: The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.
發表於2024-11-21
Seven Concurrency Models in Seven Weeks 2024 pdf epub mobi 電子書 下載
## chap3 函數式編程 - clojure可以將串行操作並行化,使用clojure.core.reducers包 - 具有引用透明性的函數可以進行數據流(dataflow)式編程,使代碼在其依賴的數據準備好時再運行 ## chap4 分離標識(identity)和狀態(state) - 持久數據結構使用瞭共享結構(有點類似git...
評分剛看完Thread and locks章節,感覺非常有收獲。作為java水平停留在thinking in java的人,沒想到java的並發控製竟然還有這麼多學問,這些知識在網上往往是分散的不全麵的,在此書中進行瞭整理對比。相信其他的章節也能帶來同樣的收獲。
評分## chap3 函數式編程 - clojure可以將串行操作並行化,使用clojure.core.reducers包 - 具有引用透明性的函數可以進行數據流(dataflow)式編程,使代碼在其依賴的數據準備好時再運行 ## chap4 分離標識(identity)和狀態(state) - 持久數據結構使用瞭共享結構(有點類似git...
評分## chap3 函數式編程 - clojure可以將串行操作並行化,使用clojure.core.reducers包 - 具有引用透明性的函數可以進行數據流(dataflow)式編程,使代碼在其依賴的數據準備好時再運行 ## chap4 分離標識(identity)和狀態(state) - 持久數據結構使用瞭共享結構(有點類似git...
評分## chap3 函數式編程 - clojure可以將串行操作並行化,使用clojure.core.reducers包 - 具有引用透明性的函數可以進行數據流(dataflow)式編程,使代碼在其依賴的數據準備好時再運行 ## chap4 分離標識(identity)和狀態(state) - 持久數據結構使用瞭共享結構(有點類似git...
圖書標籤: Concurrency 並發 Programming 計算機 編程 programming 軟件開發 concurrency
發現書不是很好,講代碼花費瞭太多時間,應該直接介紹概念(圖),然後再講代碼。當然對於想實際寫代碼的人來說有幫助。
評分大概瞭解瞭幾種模型
評分淺嘗輒止,看完concurrency in Go,以及普渡大學的一個concurrency課程主頁之後,這類入門書看起來覺得很不過癮
評分5個通用模式外加2個專用模式。本來是奔著csp去的,結果沒用go講,用clojure講的
評分都是淺嘗輒止,講太多語言相關的東西瞭
Seven Concurrency Models in Seven Weeks 2024 pdf epub mobi 電子書 下載