Concurrency in Go: Tools and Techniques for Developers (Paperback)
暫譯: Go 語言中的併發:開發者的工具與技術 (平裝本)

Katherine Cox-Buday

買這商品的人也買了...

相關主題

商品描述

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 的執行時如何將一切串聯在一起