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
Post a Comment