8. Futher Reading#
Arg_max() - Why is it so fast?#
The short answer is that is it an implementation of Radix sort. From Wikipedia:
In computer science, radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets according to their radix.