Help for this page

Select Code to Download


  1. or download this
    cmpthese(100_000, {
     shift => sub { foo(1, "foo") },
     inline => sub { bar(1, "bar") }
    });
    
  2. or download this
    bruce:0:~/tmp $ ./535237.pl 
              Rate  shift inline
    shift  15456/s     --    -0%
    inline 15528/s     0%     --