Just press the flag and watch it sort use turbowarp for 30x faster sorting: https://turbowarp.org/711353120?hqpen the time includes the draw time. to get faster time set draw to 0
One of the fastest sorting algs EVER. To test the speed of this i compared it to some other sorting algorithms.(rendering disabled, 199680 items between 1 and 149760) Radix sort by @vicketick : ~6 sec Quick sort by @mirukuma : ~14 sec Heap sort by @percent_lee: ~16 sec merge sort by @MeGacreator22: ~188 sec insertion sort by @vicketick: more than 1000 sec Bubble sort by @vicketick: more than 1000 sec