- or download this
use strict;
use warnings;
...
$x+=1;
}
}
- or download this
Rate eval noeval
eval 1495/s -- -62%
noeval 3953/s 164% --
- or download this
use strict;
use warnings;
use Benchmark 'cmpthese';
...
}
}
}
- or download this
Rate eval noeval
eval 67797/s -- -39%
noeval 111111/s 64% --