Skip to content
Corentin GS

Go & concurrency

Concurrency patterns, performance trade-offs, and Go code you can reason about.

18 published entries

Go & concurrency cover

Begin with a path

These series give this subject an intentional reading order.

  1. Go Patterns

    Go Patterns

    A practical reading order for concurrency in Go: how work starts, moves, stops, and stays bounded.

    See the 11-part reading order →

All writing

№05

Solving the Sum of Squares Problem: Optimizing Performance

Before delving into the main topic, I want to express my respect for the original post’s intent. My response aims to provide slight corrections that can benefit readers seeking accurate information. In the spirit of shared learning, I intend to contribute constructively rather than criticize. <br />Clarifications and alternative viewpoints can foster a deeper understanding of complex concepts. Let’s continue engaging in open discussions, embracing diverse insights as we collectively refine our knowledge.

Go & concurrency 7 min