Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

RE: Re (tilly) 1: Speeding-up OO accessor methods

by mirod (Canon)
on Sep 19, 2000 at 01:20 UTC ( [id://33032]=note: print w/replies, xml ) Need Help??


in reply to Re (tilly) 1: Speeding-up OO accessor methods
in thread Speeding-up OO accessor methods

I admit I haven'd done any benchmarking here, but aren't tie-ed variables slower than a simple hash access? The whole point of this hack is to get some speed.</pp>

Replies are listed 'Best First'.
RE (tilly) 3: Speeding-up OO accessor methods
by tilly (Archbishop) on Sep 19, 2000 at 01:34 UTC
    The whole point of this hack as I see it is to write a ton of code so in the long run you could switch the implementation from hash access (fast) to something slower but more flexible.

    Being prepared to move to a tied interface later gives you that flexibility without any loss in speed or extra coding and development effort up front. Downstream that extra time will likely matter more anyways.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found