πŸ‡ΊπŸ‡¦ 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
🌟 Go 1.21.5 and 1.20.12 are released!

πŸ” Security: Includes security fixes for net/http (CVE-2023-39326), cmd/go (CVE-2023-45285), path/filepath (CVE-2023-45283 update).

πŸ“’ Announcement: https://groups.google.com/g/golang-announce/c/iLGK3x6yuNo

⬇️ Download: https://go.dev/dl/#go1.21.5
❀7
🎊 Go 1.22 Release Candidate 1 is released!

πŸƒβ€β™‚οΈ Run it in dev! Run it in prod! File bugs! https://go.dev/issue/new

πŸ“’ Announcement: https://groups.google.com/g/golang-announce/c/FIUY9kd7fc0

⬇️ Download: https://go.dev/dl/#go1.22rc1

#golang
❀5
Proposal: sync: support for sharded values #golang

> We're working on an alternative proposal that lays this out in detail

https://github.com/golang/go/issues/18802#issuecomment-1871306565
❀7
cmd/compile: rotate loops so conditional branch is at the end #golang

> This removes one instruction (the unconditional jump) from the inner loop. Kinda surprisingly, it matters.

https://go-review.googlesource.com/c/go/+/38431
❀2
runtime: implement experiment to replace heap bitmap with alloc headers #golang

TLDR: This change replaces the 1-bit-per-word heap bitmap. The purpose of this change is performance. There's a flat 1.5% memory use reduction.

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

Also, where is a ticket?? 😒
❀10
2024 is gonna be awesome #golang (screenshot from "Go compiler and runtime meeting notes")

https://github.com/golang/go/issues/43930#issuecomment-1874498879
❀12
crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance by @FiloSottile #golang

https://github.com/golang/go/commit/b2dbfbfc2315557815e1d5de12f28ed57f60958a
❀10
πŸŽ‰ Go 1.22 Release Candidate 2 is released!

πŸƒβ€β™‚οΈ Run it in dev! Run it in prod! File bugs! go.dev/issue/new

πŸ“£ Announcement:
https://groups.google.com/g/golang-announce/c/ktlSOU6z65Y

πŸ—ƒ Download: go.dev/dl/#go1.22rc2

#golang
❀8