Java Memory Management Workshop to gain a deep understanding of memory management in Java and master best practices for efficient memory handling.
-
Updated
Oct 2, 2023 - Java
Java Memory Management Workshop to gain a deep understanding of memory management in Java and master best practices for efficient memory handling.
System benchmarks over JVM with JMH - SIMD (superscalar processing), Branch prediction, False sharing.
Notes from "Java Memory Management" by Maaike van Putten, Seán Kennedy. Packt Publishing
A hands-on Java repo to master core topics: exceptions, collections, memory, generics, and streams.
Java Concurrency Demos
Introduction to fibers (green thread model) based on ZIO approach.
A minimal Java demo showing that the Java Memory Model can legally produce an apparently impossible state.
Basic to advanced concepts in java
A complete visual teardown of the JVM, taught from zero, where a real JDK 27 runs in a notebook cell and the notebook is running on the machine you are studying. Every claim is marked as either something the specification requires or something HotSpot chose, and the Blueprints are generated from HotSpot's own description of itself.
To associate your repository with the java-memory-model topic, visit your repo's landing page and select "manage topics."