Per Minborg7 articles
Read this article and learn how to use JUnit5 in conjunction with combinations, permutations, and products.
- Per Minborg
-
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
-
How to Reduce Cloud Cost by 99% for EDA Kafka Applications
About 400x more instances can be run on the same hardware with Chronicle Queue for specific latency-sensitive EDA applications.
- Per Minborg
-
How Object Reuse Can Reduce Latency and Improve Performance
Write more performant code with less latency by becoming familiar with the art of object reuse in multi-threaded Java applications.
- Per Minborg
-
Creating Terabyte Sized Queues with Low-Latency
Learn how to create huge persisted queues while retaining predictable and consistent low latency using open-source Chronicle Queue!
- Per Minborg
-
Why 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 become aware of different ways to improve Java serialization performance. In a previous article about open-source Chronicle Queue, there was …
- Per Minborg
-
Did You Know You Can Create Mappers Without Creating Underlying Objects in Java?
Learn how to devise a way of creating an object-creation-free, light-weighted mapper with rudimentary lookup capability.
- Per Minborg