๐Ÿ‡บ๐Ÿ‡ฆ Go performance channel
1.5K subscribers
39 photos
401 links
Go performance, runtime, concurrency.

Talks, blogposts and open source projects for gophers.

Not affiliated with Go team.

https://go-perf.dev

(mail: [email protected] / @olegkovalov)
Download Telegram
From "#golang compiler and runtime meeting notes":

> do we want to have an external monthly version of this meeting?

for { println("YES") }

(please, don't comment on the issue, everything will be deleted as a spam)
https://github.com/golang/go/issues/43930#issuecomment-1122745144

I hope that making this meeting public will make @golang team life easier because feedback loop will be shorter with more eyes on 1 thing.
> Rather than one large survey each November, we plan to launch two smaller surveys at roughly six-month intervals during the year.

https://go.dev/blog/survey2022-q2

(no idea why this blogpost wasn't tweeted by @golang ๐Ÿคทโ€โ™€๏ธ)
Nice patch for #golang bigint:

math/big: make NewInt inlineable and zero allocation
Mark the assembly routines as not escaping their arguments.

https://go-review.googlesource.com/c/go/+/411254/