Java Flame Graphs Introduction: Fire for Everyone

Blog on Java, Performance, Concurrency, NIO, Unsafe, Low latency, Programming, Software, Philosophy… Read more

Similar

When to use var in Java 10

Java 10 officially introduced the var keyword to declare the local variable without typing the type information. Java developers have needed to keep typing the class name explicitly for a long time. (more…)

Read more »