Request for comments: a roadmap to faster sort() for primitive types using RadixSort

I wish someone created a syntax for non allocating function which is what’s really important for performance.
Something like FunName!!() maybe?
Then I’d say it would be great to make all base functions have a version which accepts pre allocated buffers from outside.

Remark: This takes discussion to a detour but it makes sense as a solution if we use allocating sort algorithm to be able to set input for the allocated buffers.

2 Likes