Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    sub arg_shift { length shift }
    sub noarg     { length $_    }
    sub noarg2    { length     }
    
  2. or download this
    Rate     noarg    noarg2 arg_shift       arg
    noarg     181644/s        --       -6%      -45%      -54%
    noarg2    193848/s        7%        --      -41%      -50%
    arg_shift 329166/s       81%       70%        --      -16%
    arg       391348/s      115%      102%       19%        --