[go-nuts] Re: Scaleway

2017-11-10 Thread Rene Kaufmann
If you need the newest go release: https://golang.org/doc/install # download the archive wget https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz # extract it to /usr/local sudo tar -C /usr/local -xzf go1.9.2.linux-amd64.tar.gz # add /usr/local/go/bin to your path echo 'export PATH

Re: [go-nuts] Re: is it possible to speed up type assertion?

2017-02-02 Thread Rene Kaufmann
BenchmarkAssertion-4 3 4.08 ns/op BenchmarkAssertionOK-4 5 3.03 ns/op BenchmarkBare-4 5 3.01 ns/op BenchmarkIface-4 300055.1 ns/op BenchmarkReflect-4 112.8 ns/op CPU: Intel(R) Core(TM) i5 CPU