Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print $sortedUniq,"\n";
    }
    
  2. or download this
    
                     Rate array_diff array_same  hash_diff  hash_same
    ...
        hash_diff  1092/s        19%         8%         --       -11%
        hash_same  1229/s        34%        21%        13%         --
    
  3. or download this
    
    #!/usr/bin/perl -w
    ...
        hash_diff  => sub { hash(\@different)},
    });