Help for this page

Select Code to Download


  1. or download this
    use 5.020;
    use warnings;
    ...
            splice => \&with_splice,
        }
    );
    
  2. or download this
    x $ perl cmp.pl -t 1000 -s 1000
            Rate splice  undef
    splice 287/s     --    -3%
    undef  296/s     3%     --
    
  3. or download this
    $ perl cmp.pl -t 1000 -s 10000
             Rate splice  undef
    splice 19.4/s     --   -21%
    undef  24.7/s    27%     --
    
  4. or download this
    $ perl cmp.pl -t 100 -s 40000
             Rate splice  undef
    splice 2.41/s     --   -43%
    undef  4.24/s    76%     --
    
  5. or download this
    $ perl cmp.pl -t 1000000 -s 10
              Rate splice  undef
    splice 18678/s     --    -7%
    undef  20190/s     8%     --