Chronicle FIX: Much More Than a Quick Fix
Many of our customers have upgraded from QuickFIX/J to Chronicle FIX and this article provides some background as to why.

Jerry Shea
5,841 viewsMany of our customers have upgraded from QuickFIX/J to Chronicle FIX and this article provides some background as to why.

Get a basic understanding of how JIT compilation works and how to optimize warm-up using Azul Zulu Prime Builds of OpenJDK.

Johannes Bechberger
9,610 viewsHow to develop a tiny Java profiler, that can output flame graphs, in just 240 lines of pure Java, making it easy for anyone to understand.

Jasmine Taylor
5,168 viewsAbout the efficiencies of using Chronicle Wire to encode small Strings into long primitives and how this improves serialisation performance.

TornadoVM is a programming and execution framework for offloading and running JVM applications on multi-core CPUs, GPUs, and FPGAs.

Fawaz Ghali
3,495 viewsLearn to update a Java client to automatically connect to a secondary, failover cluster if it cannot connect to its original, primary …

Johannes Bechberger
4,475 viewsAsyncGetCallTrace is the base of many profilers, but how can we test it automatically to make sure it's correct? I'll explore a layered …

A N M Bazlur Rahman
26,281 viewsDiscussion of the use of Map.of() and new HashMap() in Java, the difference between them, and the benefits of using Map.of().

Peter Lawrey
4,252 viewsMapping large areas of memory avoids having to know in advance how much memory we need or having to resize the memory mappings while in use.

Frank Delporte
9,351 viewsThe impact of the Just-In-Time (JIT) compiler should not be underestimated to achieve the best performing code during runtime.