Efficient Go: Data-Driven Performance Optimization
Plotka, Bartlomiej
- 出版商: O'Reilly
- 出版日期: 2022-12-13
- 定價: $2,300
- 售價: 8.8 折 $2,024 (限時優惠至 2025-03-31)
- 語言: 英文
- 頁數: 495
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1098105710
- ISBN-13: 9781098105716
-
相關分類:
Go 程式語言、程式語言、Information-management、軟體工程
-
相關翻譯:
高效能 Go 程式設計|資料驅動的效能優化 (Efficient Go: Data-Driven Performance Optimization) (繁中版)
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$580$458 -
$480$379 -
$1,700$1,700 -
$4,620$4,389 -
$400$316 -
$1,995$1,890 -
$720$612 -
$600$474 -
$1,452Deep Learning with JavaScript: Neural Networks in Tensorflow.Js
-
$1,540Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch
-
$1,200$948 -
$520$390 -
$2,024Multithreaded JavaScript: Concurrency Beyond the Event Loop
-
$580$458 -
$1,892Machine Learning Engineering in Action
-
$780$616 -
$450$355 -
$580$458 -
$2,464Dive Into Systems: A Gentle Introduction to Computer Systems (Paperback)
-
$780$616 -
$800$632 -
$600$510 -
$750$375 -
$780$616 -
$680$537
商品描述
With technological advancements, fast markets, and higher complexity of systems, software engineers tend to skip the uncomfortable topic of software efficiency. However, tactical, observability-driven performance optimizations are vital for every product to save money and ensure business success.
With this book, any engineer can learn how to approach software efficiency effectively, professionally, and without stress. Author Bartlomiej Plotka provides the tools and knowledge required to make your systems faster and less resource-hungry. Efficient Go guides you in achieving better day-to-day efficiency using Go. In addition, most content is language-agnostic, allowing you to bring small but effective habits to your programming or product management cycles.
This book shows you how to:
- Clarify and negotiate efficiency goals
- Optimize efficiency on various levels
- Use common resources like CPU and memory effectively
- Assess efficiency using observability signals like metrics, logging, tracing, and (continuous) profiling via open source projects like Prometheus, Jaeger, and Parca
- Apply tools like go test, pprof, benchstat, and k6 to create reliable micro and macro benchmarks
- Efficiently use Go and its features like slices, generics, goroutines, allocation semantics, garbage collection, and more!