willworth.dev
View RSS feed

Posts tagged with: performance

Go Memory: Pointers vs. Values - When to Copy, When to Point

A beginner-friendly guide to understanding pointers and values in Go, explaining when to use each for optimal memory management and performance. Continue reading