🇺🇦 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
In #golang 1.19 'hash/maphash' package will have Bytes and String funcs for very small inputs, which is much faster than h.Reset+h.Write+h.Sum64 pipeline due to memcopy.

https://github.com/golang/go/commit/9e16cc1541d42cb081d359339e3f45b4b9b2a372

BTW hash algo is wyhash, so it is fast in most cases (see: runtime/hash64.go)
#golang Developer Survey 2021 Results

https://go.dev/blog/survey2021-results
🇺🇦 Go performance channel
#golang Developer Survey 2021 Results https://go.dev/blog/survey2021-results
Hi, gophers.

After yesterday's tweet about #golang dev survey results, I think it's a good time to make an open, friendly and easy to access go-perf community thankfully to @github discussions 💕

https://github.com/go-perf/go-perf

I hope that in 1y this will not be a problematic topic 😉
By an accident have found a page where you can see all #golang perf-related issue and their progress https://github.com/orgs/golang/projects/8/views/1

As I understand it's a @github feature to have a better view of issues. Might be useful.

(no idea what it's not visible on Golang Projects tab)
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.