Help for this page

Select Code to Download


  1. or download this
    my @doubled = mesh \@array, \@array;
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    sub meshed {
        return [mesh \@array, \@array];
    }
    
  3. or download this
               Rate mapped meshed
    mapped 111262/s     --   -51%
    meshed 226692/s   104%     --
    
  4. or download this
             Rate mapped meshed
    mapped 4157/s     --   -50%
    meshed 8262/s    99%     --