Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        while (*s1++ == *s2++) { c++; }
        return c;
    }
    
  2. or download this
                     Rate    standard   fancy-XOR standard-XS
    standard     109227/s          --        -77%        -92%
    fancy-XOR    468114/s        329%          --        -64%
    standard-XS 1291788/s       1083%        176%          --