[go-nuts] Re: Did you try 1.7RC1 ?

2016-07-16 Thread pi
It is better to compare Go to C's performance, not to C++: http://benchmarksgame.alioth.debian.org/u64q/performance.php?test=binarytrees c++ ((Ubuntu 5.3.1-14ubuntu2.1) 5.3.1 20160413): real 0m3.092s user 0m2.772s sys 0m0.316s c ((Ubuntu 5.3.1-14ubuntu2.1) 5.3.1 20160413): real 0m2.048s user 0m5.

[go-nuts] Re: Did you try 1.7RC1 ?

2016-07-16 Thread jonathan . gaillard
Why is that? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

[go-nuts] Re: Did you try 1.7RC1 ?

2016-07-17 Thread Karan Misra
I cannot wait for Go 1.7 to land in AppEngine! After AppEngine switched to 1.6 (from 1.4), the compilation speed have slowed down significantly. And this definitely reflects in our dev habits (more flipping over to HN while we wait for the recompilation to happen.) Hopefully, the 1.7 updates lan