From 581a63c93c4a239913b574d1bfa1a4d3d02c2788 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 26 May 2022 05:46:58 -0700 Subject: [PATCH] doc/go1.19: add pdqsort change to release notes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4a36491e561f3b2112f980ff580fa4f85d501b6a Reviewed-on: https://go-review.googlesource.com/c/go/+/408834 Auto-Submit: Eli Bendersky‎ TryBot-Result: Gopher Robot Run-TryBot: Eli Bendersky‎ Reviewed-by: Keith Randall Reviewed-by: Eli Bendersky --- doc/go1.19.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index 155dcc44aa..5b31b3b520 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -350,7 +350,9 @@ Do not send CLs removing the interior tags from such phrases.
sort

- TODO: https://go.dev/cl/371574: use pdqsort + The sorting algorithm has been rewritten to use + pattern-defeating quicksort, which + is faster for several common scenarios.

-- 2.50.0