|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Answer: Why are objects slower than procedural subs/data structs? |
| ( #506710=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > object-oriented programming > Why are objects slower than procedural subs/data structs? contributed by pajout
Object Methods Calls Versus Function Calls contains nicely described benchmarks. The simple reason is that it very depends on CPU-cost of subroutine bodies.
|
|
||||||||||||||||||