#optimization
Read more stories on Hashnode
Articles with this tag
The benchmark numbers · I shared some of the understandings about how memory is allocated in Go within a struct and how can we make minor tweaks and...
Optimizing the memory · All values and examples have been run on Go Playground using Go 1.21 In Golang the memory allocation follows a set of rules....