Help for this page

Select Code to Download


  1. or download this
            Rate  perl fgrep
    perl  30.8/s    --  -71%
    fgrep  106/s  246%    --
    
  2. or download this
            s/iter     perl    fgrep
    perl      9.38       --    -100%
    fgrep 3.00e-04 3124967%       --
    
  3. or download this
    use strict;
    use warnings;
    ...
            system qw(grep -F -o -f), $strings_file, $^X;
        },
    });