發表於2025-04-05
Brian Ketelsen and Erik St. Martin are the organizers of GopherCon an annual conference for Go developers and coauthors of the Go-based Skynet framework.Both Brian and Eric work with Go daily in a high-stakes production setting. William Kennedy is a seasoned software developer, author of the blog GoingGo.Net, and organizer for the Go-Miami and Miami MongoDB meetups.
Many of the normal concerns you face as an application developer are amplified by the challenges of web-scale concurrency, real-time performance expectations, multi-core support, and efficiently consuming services without constantly managing I/O blocks. Although it's possible to solve most of these issues with existing languages and frameworks, Go is designed to handle them right out of the box, making for a more natural and productive coding experience. Developed at Google for its own internal use, Go now powers dozens of nimble startups, along with name brands like Canonical, Heroku, SoundCloud, and Mozilla, who rely on highly performant services for their infrastructure.
Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. (We assume you're up to speed with another programming language already, so don't expect to spend a lot of time rehearsing stuff you already know.) Then, you'll get hands-on experience writing real-world applications including web sites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous. In the final chapters, you'll go in-depth with the language and see the tricks and secrets that the Go masters are using to make their applications perform. For example, you'll learn to use Go's powerful reflection libraries and work with real-world examples of integration with C code.
Go in Action 下載 mobi pdf epub txt 電子書 格式 2025
Go in Action 下載 mobi epub pdf 電子書個人覺得6.1並發與並行 算是全書的精華,裏麵解釋瞭許多CPU操作和IO操作情況下,golang的不同錶現。比如,數組求和,可以通過多核分批計算提高性能,但是對於排序,多核不一定會得到提升。此外,IO類的操作,如果是網絡操作,可以通過網絡輪詢器,如果是阻塞型操作,可以通過多...
評分##作為go語言入門書籍很不錯
評分 評分##pros: go語言type與數據結構的實現 一些pattern cons: 例子跟解釋都太過簡單 整篇都是冗餘的代碼注解 concurrency pattern部分例子太生硬 語言實現的描述也沒有他們博客裏麵講解的詳盡
評分 評分 評分 評分##隻推薦讀第4、5兩章
評分##1-7章不錯,後麵感覺充數的。
Go in Action mobi epub pdf txt 電子書 格式下載 2025