General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Continuous Delivery
comments
Comments by "" (@ContinuousDelivery) on "The Benefits Of The Java Virtual Machine (JVM) | The Most Powerful Programming Platform?" video.
It depends on how you write the code, Java can be blisteringly fast, I spent the last part of my career as a full-time dev writing trading systems in Java, and C++. There are trade-offs between where you get the speed. Java compiler optimisation is better, and you have runtime optimisation that can optimise not just your code, but for the specific patterns of use of your code.
5