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