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
Gaming's grailCommonSort() and friends seem to have a limitation on the size of elements, forcing them to be one of the sizes of pre-defined fundamental types. That restricts what can be done with it greatly.
An ideal interface would look like:
voidgrailsort_inplace(void*base, size_tnel, size_twidth,
int (*cmp)(constvoid*, constvoid*));
The text was updated successfully, but these errors were encountered:
Gaming's grailCommonSort() and friends seem to have a limitation on the size of elements, forcing them to be one of the sizes of pre-defined fundamental types. That restricts what can be done with it greatly.
An ideal interface would look like:
The text was updated successfully, but these errors were encountered: