-
Core Java
JDK 21: Image Performance Improvements
Introduction In a previous article, I talked about how serialization and file I/O performance was improved in JDK 21 thanks to…
Read More » -
Core Java
Minborg’s Java Pot
In Java 21, old code might run significantly faster due to recent internal performance optimizations made in the Java Core…
Read More » -
Core Java
Minborg’s Java Pot
Did you know you can allocate memory segments that are larger than the physical size of your machine’s RAM and…
Read More » -
Core Java
Java 20: A Sneak Peek on the Panama FFM API (Second Preview)
The new JEP 434 has just seen daylight and describes the second preview of the ”Foreign Function & Memory API”…
Read More » -
Core Java
Which JVM Version is Fastest?
How is a high-performance, low-latency Java application affected by the JVM version used? Every nanosecond counts for trading and other…
Read More » -
Enterprise Java
How to Reduce Cloud Cost by 99% for EDA Kafka Applications
While the cloud offers great convenience and flexibility, the operational cost for applications deployed in the cloud can sometimes be…
Read More » -
Core Java
Did You Know the Fastest Way of Serializing a Java Field is not Serializing it at All?
This article elaborates on different ways of serializing Java objects and benchmarks performance for the variants. Read this article and…
Read More » -
Core Java
How the Java Language Could Better Support Composition and Delegation
This article outlines a way of improving the Java language to better support composition and delegation. Engage in the discussion…
Read More » -
Core Java
Java: How Object Reuse Can Reduce Latency and Improve Performance
Become familiar with the art of object reuse by reading this article and learn the pros and cons of different…
Read More »