[go-nuts] New go1.19 doc comments

2022-08-07 Thread Maxime Soulé
Hi, I just enhanced go-testdeep documentation to use the new go 1.19 links & list features. The result is pretty good → https://pkg.go.dev/github.com/maxatome/go-testdeep/td In the post https://dev.to/maxatome/large-repo-switched-to-new-go119-doc-comments-4i2m I list a few remarks & ideas, I

Re: [go-nuts] Re: Benchmarks in https://github.com/golang/go

2022-08-07 Thread Amarjeet Anand
Thanks Petergo This was exactly what I was looking for. Is it documented somewhere? On Sun, Aug 7, 2022 at 7:09 PM peterGo wrote: > For example, > > ~$ git clone https://github.com/golang/go --depth 1 $HOME/bench > Cloning into '/home/peter/bench'... > # . . . > ~$ cd $HOME/bench/src > ~/bench/

Re: [go-nuts] syscall/js: strange deadlock caused by wasm event handling callback (runtime bug?)

2022-08-07 Thread atd...@gmail.com
Filed an issue with a reproducer ; https://github.com/golang/go/issues/54328 On Sunday, August 7, 2022 at 12:08:33 AM UTC+2 atd...@gmail.com wrote: > Doesn't seem that this is a known issue. I will try and write a short > reproducer and file an issue. > > On Fri, Aug 5, 2022, 11:18 PM atd...@

[go-nuts] Ping on CL bringing AES speedup in CTR mode

2022-08-07 Thread Boris Nagaev
Hi everyone! I sent CL https://go-review.googlesource.com/c/go/+/413594 which implements ctrAble interface for AES cipher, bringing significant performance speedup for amd64 and arm64. I got no feedback yet. What are my next steps? -- You received this message because you are subscribed to the

[go-nuts] Re: Benchmarks in https://github.com/golang/go

2022-08-07 Thread peterGo
For example, ~$ git clone https://github.com/golang/go --depth 1 $HOME/bench Cloning into '/home/peter/bench'... # . . . ~$ cd $HOME/bench/src ~/bench/src$ ./make.bash # . . . Installed Go for linux/amd64 in /home/peter/bench Installed commands in /home/peter/bench/bin ~/bench/src$ cd $HOME/bench/

[go-nuts] Re: Benchmarks in https://github.com/golang/go

2022-08-07 Thread Amarjeet Anand
Hi Nikolay Did you find a way to achieve this? On Thursday, December 17, 2020 at 11:03:43 PM UTC+5:30 nikolay.d...@gmail.com wrote: > Hello, > > I am trying to find a dashboard with current benchmarks of go core > routines (e.g. math, sort, reflect, etc.). For example, among others, I > would