Telegram Web
🎊 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
πŸ‘¨πŸ»β€πŸ”¬ Go memory metrics demystified:

- How does process RSS relate to go memory metrics?
- How do you identify off-heap allocation problems?
- Why does the heap profile under-report memory usage by 2x?

https://www.datadoghq.com/blog/go-memory-metrics/
❀6
2025/07/09 19:10:27
Back to Top
HTML Embed Code: