Help for this page
#! perl -slw use strict; ... printf "Modify array in-place: Rate: %.9f\n", ( $stop - $start ) / ( 1 +e6 * $ARGV[ 0 ] ); exit;
C:\test>Monkeys 1 stack->array assign: Rate: 0.000011359 ... C:\test>Monkeys 100 stack->array assign: Rate: 0.000000365 Modify array in-place: Rate: 0.000000030