Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Benchmark Arena Proposal

by MeowChow (Vicar)
on Jan 30, 2001 at 02:25 UTC ( [id://55103]=monkdiscuss: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # keywords: method sub call overhead
    # learned:  OO-style method invocation is only about 13% slower than d
    +irect invocation (v5.6)
    ...
      method => sub { $obj->meth(@params); },
      direct => sub { meth($obj, @params); }
    });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 20:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found