Unlike a lot of languages, Java buys you multi core scalability for that overhead.
For instance, people complain about occasional stop the world pauses in Java but refcounting in Python precludes using more than one core to run Python in a single Python interpreter.
For instance, people complain about occasional stop the world pauses in Java but refcounting in Python precludes using more than one core to run Python in a single Python interpreter.