πŸ‡ΊπŸ‡¦ 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
One more nice #golang JSON patch and 5% speed up. Sometimes it's enough just to read the code and remove a few lines.

by @mvdan_ https://go-review.googlesource.com/c/go/+/437558/
Hey friends, what #golang community Youtube channels do you know?

I know @LondonGophers (https://www.youtube.com/c/LondonGophers/videos) can you share more? Thanks in advance!
arena: add experimental arena package https://go-review.googlesource.com/c/go/+/423361
Nice crypto #golang patch: Update BoringCrypto, support ARM64, strip unneeded parts in binary (10mb -> 2mb)

https://go-review.googlesource.com/c/go/+/423362
Nice comment by Brian C. Mills regarding new #golang sync.Map methods https://github.com/golang/go/issues/51972#issuecomment-1315912196
Building a custom code search index in #golang for searchcode.com

As always @boyter post are amazing (thanks for doing & writing this!)

https://boyter.org/posts/how-i-built-my-own-index-for-searchcode/
A GC-friendly #golang interning cache.

> This change will be in Go 1.20 and it has zero exposed APIs: you just upgrade Go and every application that opens multiple TLS connections will be automagically a little lighter and faster. ✨

https://words.filippo.io/dispatches/certificate-interning/ by @FiloSottile