Disclaimer:
More of a click-bait post, counter to my normal musings.
You have been warned.

Consider please....
Sorting algos listed fastests (above others in
the same grouping [Log Scale] as proclaimed generizable assertion)
according to assembly enthusiast you-tuber (reference on PM request
if interested):
Small number of elements = Insertion sort (max 50 to 100 elements)
Mid size number of elements = STD-STL sort (up to max 1500 or so)
Large sizes = Radix sort (very large 2000+ and beyond)
Your thoughts appreciated. My own crappy code attempt
to follow.
Regards
Raistlin