Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Speed/Efficiency tweaks for a fannkuch benchmark script?

by thundergnat (Deacon)
on Dec 02, 2005 at 01:46 UTC ( [id://513492]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub fannkuch {
        my ( $copy, $level, $split ) = ( @_, 0, 1 );
    ...
        } while $index--;
        return $maxflips;
    }
    
  2. or download this
    Your sub                          My sub
    
    ...
    Pfannkuchen(10) = 38 for:          Pfannkuchen(10) = 38 for:
    59186210473                        59186210473
    24.218115 elapsed seconds.         23.077981 elapsed seconds.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-28 21:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found