14 free tutorials I read when building a Java Web App Starter Kit

While building a Java Web APP starter kit I needed to implement, between other things, the following:
Read more

Similar

Why Java’s TLABs are so important

The JVM’s garbage collectors make use of Thread-Local Allocation Buffers (TLABs) to improve allocation performance. In this article we’re going to understand what TLABs are, how they affect the code generated by the JIT for allocation and what the resulti... (more…)

Read more »

Inner classes in Java

A primary challenge in Primitive is unifying the bytecode representation of a code base — the canonical representation of what will…...

Read more »