Articles in this series
Gaining trust faster? lighter? · Some time ago, I added an article on what Merkle Trees are and a simple implementation in Go. You can find the article...
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....
Generics arrive!!! · Go 1.18 arrived with the added support for "generics". Okay. But what are generics? So generics are a way of writing code that is...