Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        using_x         => '@working = (undef) x 101; $working[$_] = $_ fo
    +reach ( 0...100 );',
        x_with_value    => '@working = 1 x 101; $working[$_] = $_ foreach 
    +( 0...100 );',
        } );
    
  2. or download this
                     Rate  using_x assign_undef x_with_value assign_length
    +    assign
    using_x       21456/s       --          -5%          -7%          -12%
    +      -13%
    ...
    x_with_value  23108/s       8%           2%           --           -5%
    +       -6%
    assign_length 24448/s      14%           8%           6%            --
    +       -1%
    assign        24637/s      15%           9%           7%            1%
    +        --
    
  3. or download this
                     Rate  using_x assign_undef assign_length x_with_value
    +    assign
    using_x       35870/s       --          -1%           -1%          -2%
    +       -4%
    ...
    assign_length 36298/s       1%           0%            --          -1%
    +       -3%
    x_with_value  36540/s       2%           1%            1%           --
    +       -3%
    assign        37497/s       5%           4%            3%           3%
    +        --