Skip to content

Commit 581a63c

Browse files
elibengopherbot
authored andcommitted
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‎ <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Eli Bendersky‎ <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Eli Bendersky <[email protected]>
1 parent 0ab71cc commit 581a63c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/go1.19.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
350350
<dl id="sort"><dt><a href="/pkg/sort/">sort</a></dt>
351351
<dd>
352352
<p><!-- CL 371574 -->
353-
TODO: <a href="https://go.dev/cl/371574">https://go.dev/cl/371574</a>: use pdqsort
353+
The sorting algorithm has been rewritten to use
354+
<a href="https://arxiv.org/pdf/2106.05123.pdf">pattern-defeating quicksort</a>, which
355+
is faster for several common scenarios.
354356
</p>
355357
</dd>
356358
</dl><!-- sort -->

0 commit comments

Comments
 (0)