proposal: simd: architecture-specific SIMD intrinsics under a GOEXPERIMENT #golang
https://github.com/golang/go/issues/73787#issuecomment-3208178910
https://github.com/golang/go/issues/73787#issuecomment-3208178910
GitHub
simd/archsimd: architecture-specific SIMD intrinsics under a GOEXPERIMENT Β· Issue #73787 Β· golang/go
Update (01/15/2026): The AMD64 low-level SIMD package is now available in Go 1.26 RC2 under GOEXPERIMENT=simd. The RC2 includes a few bug fixes, some of which involve API changes from the RC1. See ...
β€13
Making
https://github.com/golang/go/issues/48195#issuecomment-3224273708
DecodeRuneInString is inlinable #golang https://github.com/golang/go/issues/48195#issuecomment-3224273708
β€7
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
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
π 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
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
pkg.go.dev
archsimd package - simd/archsimd - Go Packages
Package archsimd provides access to architecture-specific SIMD operations.
β€7