Having fun sorting in Go.
go run .
Partitioning the dataset to run quicksort concurrently on partitions to make quicksort faster.
A custom sorting algorithm exploring a seek-ahead strategy.
A typical brute force iterative sort with mild optimizations.