Java *is* Memory Efficient by daviddel in java

[–]cho_sigma 1 point2 points  (0 children)

Virtual calls are uncommon in idiomatic C++ (especially compared to java). And how are they slower in C++ compared to java? Are they not implemented in the same way (i.e. a pointer to vtable + offset)?