Write naive sort implementation

>write naive sort implementation
>outperform glibc's qsort

Attached: 1531760424812.jpg (750x728, 270K)

Other urls found in this thread:

cs.rpi.edu/~musser/design/blitz/meta-art.html
twitter.com/NSFWRedditGif

Yeah, that naive sort is one hell of an algorithm.

Attached: 1465422803890.jpg (328x277, 11K)

>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

Attached: 1551589790310.png (403x448, 53K)

cs.rpi.edu/~musser/design/blitz/meta-art.html

The C++ master race dabs of C-faggots once again.

Attached: 1509997904794.png (1000x800, 285K)