The README says:
For performance reasons, we support object_qsort only when the array size is less than or equal to UINT32_MAX.
This to me seems the biggest limitation in the whole library. There are many cases where you have more than 4B things to sort.
It would be great to have 64-bit object_qsort, even if the speedup isn't as large as on 32-bit-many objects.
The README says:
This to me seems the biggest limitation in the whole library. There are many cases where you have more than 4B things to sort.
It would be great to have 64-bit
object_qsort, even if the speedup isn't as large as on 32-bit-many objects.