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

<strike>6 times faster?</strike> (Re: Help w/ Code Optimization)

by arhuman (Vicar)
on Dec 26, 2001 at 22:27 UTC ( [id://134454]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Root2 {
    my $num        = shift;
    ...
    }
    return $current;
    }
    
  2. or download this
    timethese(10,{
        'Root'=> sub {Root(1000,60)},
        'Root2'=> sub {Root2(1000,60)}});
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-03-29 05:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found