According to Increasing Performance by Reducing Dynamic Dispatch, addding 'final' keyword increase runtime performance by reducing dynamic dispatch.
I'm wondering if adding 'final' keyword will also improve compile time.
read such opinions in some articels, but not clear to me.
I tested it, and it seems to me 'final' not affect compile time.