Help for this page

Select Code to Download


  1. or download this
    100 lines/100 iterations:
              Rate bitwise  ifchop
    ...
            s/iter bitwise  ifchop
    bitwise   3.06      --    -23%
    ifchop    2.37     29%      --
    
  2. or download this
              Rate  ifchop bitwise
    ifchop  4.22/s      --    -87%
    bitwise 33.3/s    690%      --
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
             { bitwise => $bitwise,
               ifchop  => $ifchop,
             });