>write naive sort implementation
>outperform glibc's qsort
Write naive sort implementation
Other urls found in this thread:
cs.rpi.edu
twitter.com
Yeah, that naive sort is one hell of an algorithm.
>wrote radix
>3 times faster than std sort on randomly generated uint's
feels good man
same
>work-specific tool works better than Swiss army knife
No shit.
chansort
>for x, wait x, then print x
>not writing a custom, inlined, recursive template metaprogramming mergesort instead of using the slow function pointer based C-sort.
How many elements?
I could outperform you with bubblesort if all the elements fit in a cache line.
>bubble sort
cs.rpi.edu
The C++ master race dabs of C-faggots once again.