# Radix sort timing. # n time 1000 0.02137 3000 0.06425 10000 0.21319 30000 0.66779 100000 2.40876 300000 8.75977 1000000 29.45003 3000000 79.50499 # -- I added this last bit by hand, from xemacs. --------------------- # # Note that this whole run was with max_number = 1e7 . # # This file was created with # $ time ./run # and the terminal says # real 2m5.577s # user 2m4.122s # sys 0m1.347s #