![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Why are objects slower than procedural subs/data structs?by pajout (Curate) |
on Nov 08, 2005 at 12:38 UTC ( #506710=note: print w/replies, xml ) | Need Help?? |
Object Methods Calls Versus Function Calls contains nicely described benchmarks. The simple reason is that it very depends on CPU-cost of subroutine bodies.
In Section
Seekers of Perl Wisdom
|
|