Optimize Enumerable.Min/Max<T> with Comparer<T>.Default intrinsic (#48273)
authorStephen Toub <stoub@microsoft.com>
Sun, 14 Feb 2021 13:45:54 +0000 (08:45 -0500)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 13:45:54 +0000 (08:45 -0500)
commit65b923ac88979317369a357daca070e5b0164b10
treeb8b23aa3167add384d7c8d2373ba569f79745f3e
parentc03776bf46f53da3dfc4b35473f1f9a53d5e0264
Optimize Enumerable.Min/Max<T> with Comparer<T>.Default intrinsic (#48273)
src/libraries/System.Linq/src/System/Linq/Max.cs
src/libraries/System.Linq/src/System/Linq/Min.cs