Vladislav Stolyarov - Is there life without RTTI or how to write your own dynamic_cast
Вставка
- Опубліковано 5 лют 2025
- -
C++ developers don't like to pay for something they don't use. But there is a nuance, RTTI. As soon as you write dynamic_cast in the code, and you have to pay for runtime type information. We will look at how you can reduce the overhead by implementing your own dynamic_cast without RTTI.