Per Minborg5 articles
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