evardsson.com
New(?) sorting algorithm
George Papadopoulos has released BitFast – a linked list sorting algorithm with examples written in C and C++. He claims sort performance 10 times faster than the MergeSort Algorithm. (But wh…