codehakase.com

Posts tagged "golang"

Maps Don't Shrink in Go

May 27, 2025
A note on how Go maps handle memory allocation and why they don't shrink automatically.

Here's What's New In Go 1.10

March 6, 2018
The latest Go release, v1.10 arrived six months after V1.9. This release was stated in the change-logs and the Go blog. I'm gonna share some interesting changes I've found in Go 1.10 with you.