Skip to content

Commit

Permalink
doc: go1.18 release notes for CLs 323318/332771
Browse files Browse the repository at this point in the history
Updates #47694

Change-Id: Ib76737996a701906117e096eb6d05b388576a874
GitHub-Last-Rev: 05b9649
GitHub-Pull-Request: #49588
Reviewed-on: https://go-review.googlesource.com/c/go/+/363840
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Daniel Martí <mvdan@mvdan.cc>
  • Loading branch information
CAFxX authored and ianlancetaylor committed Nov 27, 2021
1 parent fad67f8 commit a142d65
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions doc/go1.18.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>

<dl id="bytes"><dt><a href="/pkg/bytes/">bytes</a></dt>
<dd>
<p><!-- CL 332771 -->
<a href="/pkg/bytes#Trim"><code>bytes.Trim</code></a> and related
functions, have had their most common use cases optimized.
<p><!-- CL 323318, CL 332771 -->
<a href="/pkg/bytes/#Trim"><code>Trim</code></a>, <a href="/pkg/bytes/#TrimLeft"><code>TrimLeft</code></a>,
and <a href="/pkg/bytes/#TrimRight"><code>TrimRight</code></a> are now allocation free and, especially for
small ASCII cutsets, up to 10 times faster.
</p>

<p><!-- CL 359485 -->
Expand Down Expand Up @@ -447,9 +448,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
the input string's memory.
</p>

<p><!-- CL 332771 -->
<a href="/pkg/bytes#Trim"><code>strings.Trim</code></a> and related functions
functions, have had their most common use cases optimized.
<p><!-- CL 323318, CL 332771 -->
<a href="/pkg/strings/#Trim"><code>Trim</code></a>, <a href="/pkg/strings/#TrimLeft"><code>TrimLeft</code></a>,
and <a href="/pkg/strings/#TrimRight"><code>TrimRight</code></a> are now allocation free and, especially for
small ASCII cutsets, up to 10 times faster.
</p>

<p><!-- CL 359485 -->
Expand Down

0 comments on commit a142d65

Please sign in to comment.