Using Async-Profiler and Jattach Programmatically with AP-Loader
AP-Loader wraps async-profiler and its tools with an API in a cross-platform JAR. This article is about the API.

AP-Loader wraps async-profiler and its tools with an API in a cross-platform JAR. This article is about the API.

How to realize the Unix Philosophy in Enterprise IT using Java, microservices, and Chronicle Queue & Wire.

In Project Loom, "continuation" is delimited, a "coroutine", sequential code suspends or yields execution by itself, resumed by a caller.
Using AsyncGetCallTrace from a separate sampler thread is possible and this article tells you why and how!

Many 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.

How 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.

About 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.

Learn to update a Java client to automatically connect to a secondary, failover cluster if it cannot connect to its original, primary …