Which is the Fastest JVM: OpenJDK or GraalVM?
How is a high-performance, low-latency Java application affected by the JVM version used? Find out more on Foojay!

Per Minborg
30,993 viewsHow is a high-performance, low-latency Java application affected by the JVM version used? Find out more on Foojay!

Frank Delporte
4,366 viewsAllocation Pacing (AP) is a technique within the JVM of Azul Zulu Prime builds of OpenJDK to prevent long memory allocation delays.

Frank Delporte
10,764 viewsCheck out this overview of the functionality of the Garbage Collector and the things a developer should know.

A N M Bazlur Rahman
26,303 viewsOptional is a Java class that provides a way to handle null values in a type-safe and efficient manner. This tutorial will cover the …

Jennifer Reif
5,247 viewsLearn how to set up a service that hosts the Spring Cloud Config server and wire our Neo4j microservice as the config client service.
A N M Bazlur Rahman
9,747 viewsJava bytecode may be modified to provide functionality, profile code, or obfuscate it. We'll examine examples in this brief article.

Peter Lawrey
9,001 viewsKafka benchmarks aim to discuss low latency characteristics of Kafka. Instead, they appear to be configured for throughput rather than low …

John Ceccarelli
5,608 viewsLearn why when you use hyper-optimized Java runtimes instead of vanilla OpenJDK you do less tuning and debugging!

Per Minborg
3,675 viewsAbout 400x more instances can be run on the same hardware with Chronicle Queue for specific latency-sensitive EDA applications.

Rob Austin
4,195 viewsLearn how to use method chaining to add routing information to serialised data structures in a lightweight fashion!