Performance of Google's Go? -


so has used google's go? wondering how mathematical performance (e.g. flops) compared other languages garbage collector... java or .net?

has investigated this?

the go math package largely written in assembler performance.

benchmarks unreliable , subject interpretation. example, robert hundt's paper loop recognition in c++/java/go/scala looks flawed. go blog post on profiling go programs dissects hundt's claims.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -