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 
lands soon enough.

On Saturday, July 16, 2016 at 9:48:40 PM UTC+5:30, oju...@gmail.com wrote:
>
> 1.7 is a significant improvement over previous versions, not only feature 
> wise, but performance wise. 
>  
> In my current job, for a batch processing task, I coded two versions 
> of the same program, one in Go and other in C++, both single threaded. I 
> tried hard to use the same algorithm and data structures.
>  
> For this specific situation, Go version consistently delivers the result 
> 20% faster than the C++ version (VisualStudio 2015 64bit fully optimized).
>  
> I am pretty sure the C++ version can be made faster, but I am really 
> impressed by the performance I got for free using Go.
>  
> Don't take my word for it. Go ahead, pick the hardest load you have and 
> try it under 1.7RC1.
>  
> Time has come to really put this RC to the test, my friends.
>
> Thanks
>

-- 
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.

Reply via email to