Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Re: Why is goto &sub slow?

by dragonchild (Archbishop)
on Mar 30, 2004 at 02:02 UTC ( [id://340819]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {   
        my ($end, $curr, $result);
    ...
            $_factorial->();
        }
    }
    
  2. or download this
    Timing factorial of 5
    Benchmark: running dragonchild1, dragonchild2, lexical, recursion, typ
    +eglob for at least 3 CPU seconds...
    ...
    recursion     68036/s       151%       132%         --         -24%   
    +      -36%
    dragonchild2  89931/s       231%       206%        32%           --   
    +      -15%
    dragonchild1 106370/s       292%       262%        56%          18%   
    +        --
    
  3. or download this
    Timing factorial of 15
    Benchmark: running dragonchild1, dragonchild2, lexical, recursion, typ
    +eglob for at least 3 CPU seconds...
    ...
    recursion    16313/s       167%        139%         --         -36%   
    +      -44%
    dragonchild2 25319/s       314%        271%        55%           --   
    +      -13%
    dragonchild1 29099/s       376%        326%        78%          15%   
    +        --
    
  4. or download this
    Timing factorial of 80
    Benchmark: running dragonchild1, dragonchild2, lexical, recursion, typ
    +eglob for at least 3 CPU seconds...
    ...
    recursion    5047/s        169%        144%         --         -34%   
    +      -43%
    dragonchild2 7694/s        309%        272%        52%           --   
    +      -13%
    dragonchild1 8835/s        370%        327%        75%          15%   
    +        --
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://340819]
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: (2)
As of 2024-04-19 21:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found