aboutsummaryrefslogtreecommitdiff
path: root/_content/blog/allocation-optimizations.md
AgeCommit message (Collapse)Author
2026-03-04_content/blog/allocation-optimizations: fix typoTackx
Fix a typo I noticed while reading the article. Change-Id: I0e7159922cd60aafd0de498914eb8a60fd58a87a GitHub-Last-Rev: b0a080fcc2c0b47a3597310098d2d50315476bda GitHub-Pull-Request: golang/website#347 Reviewed-on: https://go-review.googlesource.com/c/website/+/750020 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-02-27_content/blog: fix duplicated wordsOleksandr Redko
Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855 Reviewed-on: https://go-review.googlesource.com/c/website/+/750000 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
2026-02-27_content/blog: stack allocation optimizationsKeith Randall
A description of some of the recent changes to do allocations on the stack instead of the heap. Change-Id: Ic6054dcac129e1404742830438f77f45b71848b8 Reviewed-on: https://go-review.googlesource.com/c/website/+/745000 Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>