Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 19 Jan 2017 19:05:00 +0000 Getting good performance in go by rewriting parts in c 7 points posted by andythomas http://lemire.me/blog/2014/02/14/getting-good-performance-in-go-by-rewriting-parts-in-c 1551 Mon, 16 Jan 2017 21:27:00 +0000 The go compiler needs to be smarter 5 points posted by kenny https://lemire.me/blog/2020/06/04/the-go-compiler-needs-to-be-smarter 4372 Fri, 05 Jun 2020 05:00:00 +0000 Performance overhead when calling assembly from go The Go language allows you to call C functions and to rewrite entire functions in assembly. As I have previously documented, calling C functions from Go comes with a significant overhead. It still makes sense, but only for sizeable functions, or when performance is irrelevant. 3 points posted by gopher http://lemire.me/blog/2016/12/21/performance-overhead-when-calling-assembly-from-go 1440 Sun, 01 Jan 2017 19:51:00 +0000