In this article, we are going to compare the performance of Garbage Collection(GC) of OpenJDK and GraalVM. The GraalVM is a popular open source JVM implementation in Java with a capability to run applications as native images. Apart from that, it... Continue Reading →
Throughput is the amount of productive work done by your application in a given time period. This brings the question what is productive work? What is non-productive work? Productive Work: This is basically the amount of time your application spends... Continue Reading →