in reply to object oriented performance
Also note that its possible to use arrayrefs for your objects, tho you should only use that for "final" classes. Last time I ran a comparison test, arrayref objects were almost 4x faster than hashref objects (assuming the called methods are just stubs).
Update: Ooops!Just recalled, the arrayref tests included member references, I believe thats where the biggest improvement between arrayref v. hashref objects shows up...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: object oriented performance
by perlhaq (Scribe) on Jul 17, 2005 at 15:00 UTC |