- or download this
1.881 Thu Oct 13 23:45:00 EST 2022
...
Previously, chunk_size => 'auto' equals 2 minimally.
Starting with MCE v1.881, 'auto' equals 1 minimally.
- or download this
use strict;
use warnings;
...
__END__
10000002 20000000
0.561 seconds
- or download this
use strict;
use warnings;
...
__END__
10000002 20000000
0.996 seconds
- or download this
use strict;
use warnings;
...
__END__
10000002 20000000
0.655 seconds
- or download this
use strict;
use warnings;
...
$mce->shutdown;
print Dumper(\%res);
- or download this
Worker 5 began item 3
Worker 4 began item 2
...
'10' => 20,
'6' => 12
};