Simple techniques to optimise Go programs

June 18, 2019

TLDR

Very good collection of tips. I wasn’t aware of https://github.com/mailru/easyjson which generates a MarshalJSON function for your structs automatically to have fast serialization without reflection.

Read more