img Leseprobe Leseprobe

Beyond Effective Go

Part 1 - Achieving High-Performance Code

Corey S Scott

EPUB
ca. 26,99
Amazon 24,99 € iTunes Thalia.de Weltbild.de Hugendubel Bücher.de ebook.de kobo Osiander Google Books Barnes&Noble bol.com Legimi yourbook.shop Kulturkaufhaus ebooks-center.de
* Affiliatelinks/Werbelinks
Hinweis: Affiliatelinks/Werbelinks
Links auf reinlesen.de sind sogenannte Affiliate-Links. Wenn du auf so einen Affiliate-Link klickst und über diesen Link einkaufst, bekommt reinlesen.de von dem betreffenden Online-Shop oder Anbieter eine Provision. Für dich verändert sich der Preis nicht.

Corey S. Scott img Link Publisher

Naturwissenschaften, Medizin, Informatik, Technik / Anwendungs-Software

Beschreibung

Are you an experienced Go developer that wants to be more productive? Do you want to write cleaner, faster, and easier to maintain code?

Then the Beyond Effective Go book series is for you.


This series is aimed at competent Gophers. It does not mess around with the basics but instead dives right into the daily problems that professional programmers face. Chiefly, how to write fast, robust applications and services that can be maintained and extended as requirements change.


Unlike most books, Beyond Effective Go focuses on the programmer and the code by addressing the four critical aspects of programming in Go - developer productivity, application performance, code quality, and depth of understanding of the language and tools.


This book, Part 1 of the series, focuses on achieving high-performance code. You will learn which aspects of your application or code to focus on and when. You will have a suite of tools, software patterns, and recipes at your disposal to make your life easier. After reading, you will:

  • Understand the differences between Concurrency and Parallelism.
  • Identify and avoid concurrency issues like deadlock, starvation, livelock, and data races.
  • Understand the various concurrency interaction patterns and be able to apply the one that best fits the problem at hand.
  • Take a deep dive into Go's concurrency primitives and be able to apply them expertly but also avoid many of their gotchas.
  • Be able to diagnose concurrency and performance issues using Go's profiler, execution tracing, and benchmarking tools.
  • Be able to identify when code needs optimizing, what needs optimizing and how.
  • Have a catalog of concurrency and performance patterns that you can quickly apply to your projects.

Weitere Titel in dieser Kategorie
Cover The Official Raspberry Pi Handbook 2025
The Makers of The MagPi magazine
Cover The Official Raspberry Pi Handbook 2024
The Makers of The MagPi magazine
Cover The Official Raspberry Pi Handbook 2023
The Makers of The MagPi magazine
Cover Python Unleashed
James Livingston
Cover Coderspeak
Guilherme Orlandini Heurich

Kundenbewertungen

Schlagwörter

Effective Golang, Golang, Advanced Golang, Golang concurrency, developer productivity, Golang performance