]> Cypherpunks repositories - gostls13.git/commit
strings: make use of sizeclasses in (*Builder).Grow
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Fri, 2 Feb 2024 15:54:24 +0000 (15:54 +0000)
committerKeith Randall <khr@golang.org>
Mon, 19 Feb 2024 19:51:15 +0000 (19:51 +0000)
commit968b71bce4489dd201c5247c6142a830d90a1ee1
treec9b44e6c18c8a2ca7910f804d786e569aabfc072
parentcf52e709977d331a70df9463cf9e307024b6779f
strings: make use of sizeclasses in (*Builder).Grow

Fixes #64833

Change-Id: Ice3f5dfab65f5525bc7a6f57ddeaabda8d64dfa3
GitHub-Last-Rev: 38f1d6c19d8ec29ae5645ce677839a301f798df3
GitHub-Pull-Request: golang/go#64835
Reviewed-on: https://go-review.googlesource.com/c/go/+/552135
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/bytes/bytes.go
src/internal/bytealg/bytealg.go
src/runtime/slice.go
src/strings/builder.go
src/strings/builder_test.go