willworth.dev
View RSS feed

Posts tagged with: pointers

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

Complete Guide to Pointers in Go: From Basics to Best Practices

A comprehensive guide to understanding and effectively using pointers in Go, with clear examples and best practices. Perfect for developers coming from garbage-collected languages like JavaScript or Python. Continue reading