Hacker News new | ask | show | jobs
by dkural 4434 days ago
How does performance compare to C++ for this release?
1 comments

I haven't seen a direct comparison yet, but here's a bunch of benchmarks Rob Pike did comparing Go releases to Go releases:

https://groups.google.com/forum/#!topic/golang-dev/2YRmu_AWz...

If you have one version where you have a good grasp of how it compares to C++, that should provide an answer, right?

thank you!