Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Confirming what we already knew

by genecutl (Beadle)
on Mar 06, 2003 at 00:18 UTC ( [id://240756]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Benchmark::cmpthese(5000, {
       'outside' => sub { 
    ...
             Rate  inside outside
    inside  120/s      --    -13%
    outside 138/s     15%      --
    
  2. or download this
    for(my $i = 64; $i < (scalar(@rddt) - (2 * $pond)); $i++){
    
  3. or download this
    @rddt = (1) x 1000;
    $pond = 32;
    ...
    
    inside  273/s      --    -39%
    outside 450/s     65%      --
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://240756]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found