Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Using AOP to implement double dispatching technique

Testing display of points using immediate method dispatching:70
Testing display of points using double dispatching:240
Testing display of graphical elements using instanceof and casting:250
Testing display of graphical elements using AOP:351

just a question:

Is this measurement the result of the "around"- or the "introduction"-code?

From my point of view the introduction code's performance cannot distinguish from the double-dispatch, because it is exactly the same code (introductions are really just "inserted").



Back to the top