發表於2025-01-11
Go in Action pdf epub mobi txt 電子書 下載
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.
##相當不錯。我倒沒有覺得源碼分析不必要,繁瑣的部分直接跳過麼。適閤花2h go through Golang 語法之後慢慢看的一本書。
評分個人覺得6.1並發與並行 算是全書的精華,裏麵解釋瞭許多CPU操作和IO操作情況下,golang的不同錶現。比如,數組求和,可以通過多核分批計算提高性能,但是對於排序,多核不一定會得到提升。此外,IO類的操作,如果是網絡操作,可以通過網絡輪詢器,如果是阻塞型操作,可以通過多...
評分 評分寫瞭 c++,java,和python 十年,一直想開始玩 go, 拖瞭五年, 今年利用平時刷推特,蹲廁所和坐飛機的時間讀完瞭這本書 能夠從頭到尾從語法,類型係統,編程模式,到語言自帶的圖書館,測試和測量的工具流,並且深入講解自帶數據結構和goroutine的實現,一氣嗬成的感覺堪比讀...
評分 評分a great book.
Go in Action pdf epub mobi txt 電子書 下載