Bitsetsort (for C++)

I think it's worth taking a look on this sort implementation (I didn't compare its performance with the good Rust stdlib sorts):

I find a bit impressive the asm of the unrolled loop.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.