in reply to Re: Performance issues with subroutines/methods
in thread Performance issues with subroutines/methods
You can further exacerbate the costs, by using one of the many 'safe' object implementations that add another level or two of indirection to the object and method resolution chains. All the 'inside out object' implementations fall into this category.I don't think the latter claim is quite correct. In fact, it appears that the handling of Object::InsideOut objects can be faster than legacy blessed hash handling. Cheers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Performance issues with subroutines/methods
by BrowserUk (Patriarch) on Jun 19, 2007 at 07:15 UTC |