Mark TextRange and TextCursor classes as final
This is much better than manually creating separate non-virtual functions. Also, this results in a direct improvement of about 500 ms, down from 2.8s
to 2.3s
consistently (using bench_search
).
Edited by Waqar Ahmed