Cache coherence in Java 8

Investigating concurrency, cache contention, and coherence issues on the JVM using JOL and the new @Contended annotation in Java 8. Read more

Similar

Fibers, Go routines in Java

Project Loom's mission is to make it easier to write, debug, profile and maintain concurrent applications meeting today's requirements. Threads, provided by Java from its first day, are a natural and convenient concurrency construct (putting aside the sep... (more…)

Read more »

Java 17 and IntelliJ Idea

A new Java release every six months can be exciting, overwhelming, or both. Given that Java 17 is also an LTS release, it’s not just the developers but enterprises also noticing it. If you have been w... (more…)

Read more »