Measuring Time: From Java to Kernel and Back

Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java. We will start with the very basics of the Java API and gradually move lower in our stack: throug… Read more

Similar

Java Goes to the Extreme

We're all familiar with the ways Java technology is revolutionizing high-tech and consumer interactions. It's being used in embedded devices like the Java Ring, in e-commerce systems, even in NASA projects. But how many of us are aware of the latest incar... (more…)

Read more »

Java 20: A Sneak Peek on the Panama FFM API

The new JEP 434 has just seen daylight and describes the second preview of the ”Foreign Function & Memory API” (or FFM for short) which is going to be incorporated in the upcoming Java 20 release! In this article, we will take a closer look at some of... (more…)

Read more »