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
Similar to checking for NAs via ALTREP (Issue #191), we could improve performance by checking via ALTREP whether or not values are already sorted and in what direction. If we know values are already sorted, we can skip sorting them in functions that need sorted values, e.g. quantile and median calculations.
The text was updated successfully, but these errors were encountered:
Similar to checking for NAs via ALTREP (Issue #191), we could improve performance by checking via ALTREP whether or not values are already sorted and in what direction. If we know values are already sorted, we can skip sorting them in functions that need sorted values, e.g. quantile and median calculations.
The text was updated successfully, but these errors were encountered: