Note The latest version of this document can be found online at https://dr-knz.net/measuring-multiple-return-values-in-go-and-cpp.html. Alternate formats: Source, PDF. Introduction The following document investigates the performance of returning multiple values from functions in Go, and compare that to C++. This is a follow-up to the Go calling convention …