Vladislav Stolyarov
Company: PVS-Studio
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.
Company: PVS-Studio