in reply to
Why are objects slower than procedural subs/data structs?
Object Methods Calls Versus Function Calls
contains nicely described benchmarks. The simple reason is that it very depends on CPU-cost of subroutine bodies.
Comment on
Re: Why are objects slower than procedural subs/data structs?
In Section
Seekers of Perl Wisdom