How much slower are C++ virtual functions, really?
When I was reading this article, I suddenly became very curious about how much overhead virtual functions in C++ actually introduce to performance. For a long time, I’ve known that using virtual fu...