Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @result = $lc->get_intersection;
    
    print "@result";
    
  2. or download this
    3 2
    
  3. or download this
    manual: 3 2
    listCompareF: 2 3
    ...
    listCompare   1128/s           --         -70%         -93%
    listCompareF  3822/s         239%           --         -78%
    manual       17051/s        1411%         346%           --
    
  4. or download this
    use strict;
    use warnings;
    ...
        my @result = get_intersection ([@AllArraysIHave]);
        return \@result;
    }