Size-Specialized Memory Allocation
Go 1.27 improves performance of small allocations using size-specialized allocation functions.
Go 1.27 improves performance of small allocations using size-specialized allocation functions.
Go 1.27 includes new goroutine leak profiles.
Go 1.27 adds generic methods—a highly desired language feature.
Go 1.27 adds generic methods, encoding/json/v2 package, uuid package, faster memory allocation, goroutine leak profiles, and more.
Introducing the new programmatic API for pkg.go.dev, allowing developers to fetch package and module data directly.
Go 1.26 simplifies type construction and enhances cycle detection for certain kinds of recursive types.
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
A description of some of the recent changes to do allocations on the stack instead of the heap.
Go 1.26 includes a new implementation of go fix that can help you use more modern features of Go.
Go 1.26 adds a new garbage collector, cgo overhead reduction, experimental simd/archsimd package, experimental runtime/secret package, and more.
The 2025 Go Developer Survey results, focused on developer sentiment towards Go, use cases, challenges, and developer environments.
Happy Birthday, Go!
Go 1.25 includes a new experimental garbage collector, Green Tea.
Go 1.25 introduces a new tool in the diagnostic toolbox, flight recording.