You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust-lang/rust#93765 shows
a 10% speedup and had been merged into std.
Given that rayon's code was an exact copy of the
heapsort in std, this PR implements the same
optimization.
0 commit comments