Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re^3: (~OT) How to measure Perl skills?

by QM (Parson)
on Mar 24, 2004 at 23:53 UTC ( [id://339593]=note: print w/replies, xml ) Need Help??


in reply to Re: Re^3: (~OT) How to measure Perl skills?
in thread How to measure Perl skills?

There's a method cache table??? You [or I, in this case] learn something new everyday.

-QM
--
Quantum Mechanics: The dreams stuff is made of

  • Comment on Re: Re: Re^3: (~OT) How to measure Perl skills?

Replies are listed 'Best First'.
Re: Re: Re: Re^3: (~OT) How to measure Perl skills?
by diotalevi (Canon) on Mar 25, 2004 at 00:03 UTC
    Sure. If you say $obj->foo more than once only the first time suffers an OO penalty. The rest are just hash lookups and IIRC aren't more expensive than function calls. The whole OO-penalty thing people go on about is really about the process of finding foo in $obj's @ISA but that only happens when there isn't a current cache entry to pull from.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (None)
    As of 2024-04-25 01:07 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found