We have just released go1.7beta1, a beta version of Go 1.6.
Congratulations!
I'm writing a binary encoder, the execution time decreased by 50% for encoding small structs(the thing is not even fully optimized yet).
On Thursday, June 2, 2016 at 3:48:24 AM UTC+2, Andrew Gerrand wrote:Hello gophers,We have just released go1.7beta1, a beta version of Go 1.6.It is cut from the master branch at the revision tagged go1.7beta1.Please help us by testing your Go programs with the release, and report any problems using the issue tracker:You can download binary and source distributions from the usual place:To find out what has changed in Go 1.7, read the draft release notes:Documentation for Go 1.7 is available at:Our goal is to release the final version of Go 1.7 on the 1st of August.Cheers,Andrew
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
wha are c++ compiler flags ? any optimisation flag (O) ?
Is this building go 1.7, or in your code? Could you share some details please.