- Distributed Computing with Go
- V.N. Nikhil Anurag
- 126字
- 2021-06-24 18:36:04
Preface
The Go programming language was developed at Google to solve the problems they faced while developing software for their infrastructure. They needed a language that was statically typed without slowing down the developer, would compile and execute instantaneously, take advantage of multicore processors, and make working across distributed systems, effortless.
The mission of Distributed computing with Go is to make reasoning about concurrency and parallelism, effortless and provide the reader with the confidence to design and implement such programs in Go. We will start by digging into the core concepts behind goroutines and channels, the two fundamental concepts in Go around which the language is built. Next, we will design and build a distributed search engine using Go and Go's standard library.
- Linux設備驅動開發詳解(第2版)
- 嵌入式Linux開發技術
- Linux實戰
- WordPress Mobile Web Development:Beginner's Guide
- Linux性能優化
- Linux集群和自動化運維
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- Windows Server 2012網絡操作系統企業應用案例詳解
- Linux就該這么學
- 巧學活用Windows 7
- Application Development in iOS 7
- Advanced TypeScript Programming Projects
- 精解Windows 10
- Hadoop Real-World Solutions Cookbook
- Docker容器技術與應用