foojay – 12 Lessons Learned From Doing The 1BRC Challenge
How fast can you process a 1 billion rows text file in Java? That's the challenge that many Java developers tried to solve in January 2024.

Anthony Goubard
20,667 viewsHow fast can you process a 1 billion rows text file in Java? That's the challenge that many Java developers tried to solve in January 2024.

Simon Ritter
6,949 viewsDid you know switching your Java runtime helps reduce Cloud waste?

Anthony Goubard
8,243 viewsSorting text should be easy as String implements the Comparable interface. In this article, we'll see that it can be more complicated than …

George Ball
10,755 viewsLow latency coding techniques are designed to keep a processor core as busy as possible, executing at its full potential and so getting work …

Shai Almog
7,405 viewsExplore the journey of building gdocweb: a developer's insight into choosing Java 21, Spring Boot 3.x, and navigating tech stack challenges.

Frank Delporte
9,479 viewsWith Azul Mission Control, you can delve deep into JFR recordings to optimize your code and ensure it runs smoothly and error-free.

Addressing a long-standing gap in the collections framework, JEP 431 not only enhances the language's capabilities but also simplifies our …

Johannes Bechberger
10,126 viewsThe Foreign Function & Memory API (also called Project Panama) has come a long way since it started.

George Ball
5,085 viewsWhen implementing an application using a Microservice architecture, it is crucially important to be aware of the potential pitfalls of …

Johannes Bechberger
4,537 viewsI was searching for some JFR-related settings on the internet when I stumbled upon the /jfr command that exists in Minecraft...