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

Re: Ampersands and sub speed

by Zaxo (Archbishop)
on Oct 14, 2005 at 21:21 UTC ( [id://500374]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cmpthese( -1, {
        k1 => sub { $foo->do_nothing },
    ...
        k7 => sub { Foo::do_nothing()},
        k8 => sub { &Foo::do_nothing }, 
    });
    
  2. or download this
           Rate   k2   k1   k3   k4   k6   k7   k5   k8
    k2 379516/s   -- -14% -31% -34% -35% -38% -48% -48%
    ...
    k7 614031/s  62%  39%  11%   6%   5%   -- -16% -16%
    k5 727406/s  92%  64%  32%  26%  24%  18%   --  -1%
    k8 735179/s  94%  66%  33%  27%  26%  20%   1%   --
    

Log In?
Username:
Password:

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

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

    No recent polls found