diff --git a/doc/go1.18.html b/doc/go1.18.html index e796215c78b3cf..e582b5285ebf0a 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -229,8 +229,10 @@
- TODO: https://golang.org/cl/332771: avoid allocations in Trim/TrimLeft/TrimRight +
+ Trim
, TrimLeft
,
+ and TrimRight
are now up to 10 times faster (especially for
+ small ASCII cutsets) and allocation-free.
@@ -369,8 +371,10 @@
- TODO: https://golang.org/cl/332771: avoid allocations in Trim/TrimLeft/TrimRight +
+ Trim
, TrimLeft
,
+ and TrimRight
are now up to 10 times faster (especially for
+ small ASCII cutsets) and allocation-free.