I'm a new to golang memory management, especially in go's GC. So wanna ask help for some articles or any explanations/advices to how to write zero(less) garbage code. I saw a Zero Garbage code in e.g. https://github.com/julienschmidt/httprouter project, but I don't have any idea how it's different from any other code.