diff --git a/doc/go1.14.html b/doc/go1.14.html index 9c45c77129..6811868bc2 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -457,6 +457,18 @@ TODO +
+ Unlocking a highly contended Mutex now directly
+ yields the CPU to the next goroutine waiting for
+ that Mutex. This significantly improves the
+ performance of highly contended mutexes on high CPU count
+ machines.
+