Storing 1TB in Virtual Memory on a 128GB Machine
Chronicle Queue and Chronicle Map allows you to have a persisted store which can be embedded into multiple JVMs on the same server.

Peter Lawrey
6,535 viewsChronicle Queue and Chronicle Map allows you to have a persisted store which can be embedded into multiple JVMs on the same server.

A N M Bazlur Rahman
12,860 viewsAlthough OpenJDK 19 is not an LTS, it is still a significant release, in my opinion. It includes several game-changing features!

Geertjan Wielenga
8,099 viewsThe Friends Of OpenJDK community has put together a number of resources, and more coming in the coming weeks!

It's September 20th, OpenJDK 19 has been released. In this podcast, we discuss the new features and the changes that this release brings.

Per Minborg
6,968 viewsLearn how to devise a way of creating an object-creation-free, light-weighted mapper with rudimentary lookup capability.

Nick Ebbitt
16,703 viewsHow a native memory leak in Java 17 got fixed, improving the future operability of the JVM platform for millions!

Simon Ritter
5,531 viewsLearn from Simon Ritter how pattern matching in Java can make your code more concise without losing readability.

A N M Bazlur Rahman
3,974 viewsLet's learn how to do asynchronous method invocation with Callable and Future by means of a practical example.

Deepu K Sasidharan
11,733 viewsProject Loom aims to fix issues in the current concurrency model by introducing two new features: virtual threads and structured …

Jonatan Ivanov
19,927 viewsHow to avoid trouble and confusion with Java String and Unicode characters. Learn more and find out all the details here!