Concurrency in Go: Tools and Techniques for Developers (Paperback)
暫譯: Go 語言中的併發:開發者的工具與技術 (平裝本)
Katherine Cox-Buday
- 出版商: O'Reilly
- 出版日期: 2017-09-05
- 定價: $1,850
- 售價: 9.5 折 $1,758
- 貴賓價: 9.0 折 $1,665
- 語言: 英文
- 頁數: 238
- 裝訂: Paperback
- ISBN: 1491941197
- ISBN-13: 9781491941195
-
相關分類:
Go 程式語言、Go 程式語言
-
相關翻譯:
Go語言並發之道 (Concurrency in Go: Tools and Techniques for Developers) (簡中版)
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
Getting Started with LLVM Core Libraries (Paperback)$1,880$1,786 -
Modern Operating Systems, 4/e (GE-Paperback)$1,330$1,303 -
The Go Programming Language (Paperback)$1,900$1,862 -
Go in Action (Paperback)$1,585$1,506 -
$1,530Go Web Programming (Paperback) -
$849Go in Practice (Paperback) -
精通 Go 程式設計 (The Go Programming Language)$580$493 -
Effective Debugging 中文版 | 軟體與系統除錯的 66 個具體作法 (Effective Debugging: 66 Specific Ways to Debug Software and Systems) (書況略舊,不介意在下單)$450$383 -
$1,617Deep Learning (Hardcover) -
Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems (Paperback)$1,995$1,890 -
$2,907C++ Templates: The Complete Guide, 2/e (Hardcover) -
鳳凰專案|看 IT部門如何讓公司從谷底翻身的傳奇故事$480$379 -
單元測試的藝術, 2/e (The Art of Unit Testing: with examples in C#, 2/e)$650$507 -
$1,440Designing Web APIs: Building APIs That Developers Love (Paperback) -
$1,980Database Internals: A Deep Dive Into How Distributed Data Systems Work (Paperback) -
Operating System Concepts, 10/e (GE-Paperback)$1,750$1,663 -
$1,400Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch -
內行人才知道的系統設計面試指南$580$458 -
軟體架構師全方位提升指南|數位轉型企業中架構師角色的新定義 (The Software Architect Elevator: Redefining the Architect's Role in the Digital Enterprise)$580$458 -
高效能 Go 程式設計|資料驅動的效能優化 (Efficient Go: Data-Driven Performance Optimization)$780$616 -
可觀測性工程|達成卓越營運 (Observability Engineering: Achieving Production Excellence)$680$537 -
Staff 工程師之路|獻給個人貢獻者成長與改變的導航指南 (The Staff Engineer's Path)$580$458 -
程式設計守則|如何寫出更好的程式碼 (The Rules of Programming: How to Write Better Code)$620$490 -
重構:改善 .NET 與 C# 應用程式的設計,償還欠下的技術債 (使用 GitHub Copilot 與 Visual Studio) (Refactoring with C#: Safely improve .NET applications and pay down technical debt with Visual Studio, .NET 8, and C# 12)$850$663
商品描述
Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.
Author Katherine Cox-Buday takes you step-by-step through the process. You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tooling you need to confidently write and implement concurrent systems of any size.
- Understand how Go addresses fundamental problems that make concurrency difficult to do correctly
- Learn the key differences between concurrency and parallelism
- Dig into the syntax of Go’s memory synchronization primitives
- Form patterns with these primitives to write maintainable concurrent code
- Compose patterns into a series of practices that enable you to write large, distributed systems that scale
- Learn the sophistication behind goroutines and how Go’s runtime stitches everything together
商品描述(中文翻譯)
並發性通常難以正確處理,但幸運的是,Go 開源程式語言使得處理並發性變得可行甚至簡單。如果您是一位熟悉 Go 的開發者,這本實用的書籍展示了最佳實踐和模式,幫助您將並發性融入您的系統中。
作者 Katherine Cox-Buday 逐步引導您了解這個過程。您將理解 Go 如何選擇建模並發性,這種模型中出現了哪些問題,以及如何在這個模型中組合原語來解決問題。學習您需要的技能和工具,以自信地編寫和實現任何規模的並發系統。
- 了解 Go 如何解決使並發性難以正確實現的基本問題
- 學習並發性和並行性之間的關鍵差異
- 深入了解 Go 的記憶體同步原語的語法
- 使用這些原語形成模式,以編寫可維護的並發代碼
- 將模式組合成一系列實踐,使您能夠編寫可擴展的大型分散式系統
- 學習 goroutines 背後的複雜性,以及 Go 的執行時如何將一切串聯在一起
