3 Performance overhead when calling assembly from go

lemire.me posted by gopher 2670 days ago  

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.

Register to comment or vote on this story