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
Currently the Sort1dExt trait provides sorting/partitioning methods based on quickselect. What's the reason for choosing this over pdqsort as used in sort_unstable in STD.
histogram/bins.rs has several calls on sort_unstable, and how about a
feature flag rayon for its parallel sort?