mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
doc/go1.19: add pdqsort change to release notes
Change-Id: I4a36491e561f3b2112f980ff580fa4f85d501b6a Reviewed-on: https://go-review.googlesource.com/c/go/+/408834 Auto-Submit: Eli Bendersky <eliben@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Eli Bendersky <eliben@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Eli Bendersky <eliben@google.com>
This commit is contained in:
parent
0ab71cc065
commit
581a63c93c
1 changed files with 3 additions and 1 deletions
|
@ -350,7 +350,9 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
<dl id="sort"><dt><a href="/pkg/sort/">sort</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 371574 -->
|
||||
TODO: <a href="https://go.dev/cl/371574">https://go.dev/cl/371574</a>: use pdqsort
|
||||
The sorting algorithm has been rewritten to use
|
||||
<a href="https://arxiv.org/pdf/2106.05123.pdf">pattern-defeating quicksort</a>, which
|
||||
is faster for several common scenarios.
|
||||
</p>
|
||||
</dd>
|
||||
</dl><!-- sort -->
|
||||
|
|
Loading…
Reference in a new issue