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
The limit for switching to the default rust sort probably should be increased:
All sorts fallback on the [PDQ sort](https://github.com/stjepang/pdqsort) (Rust Unstable sort) for very small inputs or on Rust (stable) sort for stable sorts.