Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 13 Sep 2018 15:58:00 +0000 Seven steps to 100x faster – Ravelin Tech #pprof profiling One person’s journey into Go CPU profiles. A contrived example to show the power of Go benchmarks and profiling 11 points posted by kenny https://syslog.ravelin.com/making-something-faster-56dd6b772b83 3550 Sun, 09 Sep 2018 18:29:00 +0000 Memory profiling in Go #pprof <p>I recently started using the escape analysis report that the <code>go build</code>&nbsp;tool provides. I’m still new to it, but what I get out of it so far is knowing if a function can be inline, and/or if a parameter/variable escapes the stack and is allocated in the heap.</p> 7 points posted by fmpwizard https://blog.fmpwizard.com/2017/09/29/memory-profiling-in-go 2776 Mon, 09 Oct 2017 12:33:00 +0000