Why is go language so slow?
- by oraz
As we can see from The Computer Language
Benchmarks Game:
go is in average 10x slower then C
go is 3x slower then Java !?
How it can be bearing in mind that go compiler produces native code for execution?
Immature compilers for go? Or there is some intrinsic problem with the go language?