Help for this page

Select Code to Download


  1. or download this
    C:\test>1064178-b.pl
                     Rate     OPdiff hash_grep OPdiffModified OPdiff_undef
    + using_vec
    ...
    OPdiffModified  189/s       108%       11%             --          -7%
    +      -26%
    OPdiff_undef    204/s       124%       20%             8%           --
    +      -20%
    using_vec       254/s       180%       49%            35%          25%
    +        --
    
  2. or download this
    C:\test>junk.pl
    hash_grep:      *CMP::hash_grep
    ...
    hash_values_diff 363049/s        425%               --          -14%  
    +      -39%
    hash_key_diff    421810/s        510%              16%            --  
    +      -29%
    hash_grep        594454/s        760%              64%           41%  
    +        --
    
  3. or download this
    my $href = pckg_subs();
    pp $href;
    ...
      hash_values_diff => sub { "???" },
      using_vec        => sub { "???" },
    }