🇺🇦 Go performance channel – Telegram
🇺🇦 Go performance channel
1.48K subscribers
41 photos
411 links
Go performance, runtime, concurrency.

Talks, blogposts and open source projects for gophers.

Not affiliated with Go team.

https://go-perf.dev

(mail: hello@go-perf.dev / @olegkovalov)
Download Telegram
> is the new Go 1.24 benchmark loop syntax making my code 7x slower, and why?

https://blskyl.ink/deleplace/3lkvc7du5wc2t
22
🎊 Go 1.24.2 and 1.23.8 are released!

🔐 Security: Includes a security fix for net/http (CVE-2025-22871).

📣 Announcement: https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk/m/cs_6qIK5BAAJ

📦 Download: https://go.dev/dl/#go1.24.2

#golang
strconv: replace Ryu ftoa with Dragonbox

The new implementation has been fuzz-tested against the current
Ryu implementation in addition to the existing test suite.
Benchmarks show at least ~15-20% performance improvement.

https://go-review.googlesource.com/c/go/+/700075 #golang
8
🥳 Go 1.25.5 and 1.24.11 are released!

🔐 Security: Includes security fixes for crypto/x509 (CVE-2025-61729, CVE-2025-61727).

🗣 Announcement: groups.google.com/g/golang-ann...

📦 Download: go.dev/dl/#go1.25.5

#golang
11
Package archsimd provides access to architecture-specific SIMD operations.

This is a low-level package that exposes hardware-specific functionality. It currently supports AMD64.

This package is experimental, and not subject to the Go 1 compatibility promise. It only exists when building with the GOEXPERIMENT=simd environment variable set.

https://pkg.go.dev/simd/archsimd@go1.26rc1
7