I Wrote a Faster Sorting Algorithm

made by Malte Skarupke, submitted by nicholasbs
An in-depth blog post about writing an optimized radix sort that's faster than C++'s std::sort for many inputs.