-
JMH for LLMs
How I used JMH to measure LLM & Java casting performance at the same time. -
Thread.sleep(0) is not for free
About calling sleep(0) and it's implications. -
What the Hell is GetOpaque in Java
Sheds some light on a sparsely documented API. -
Demystifying getAcquire and setRelease in Java
getAcquire and setRelease explained in depth.