The "No Waste Compute" Constraint When I started designing the Exeris Kernel, I set one non-negotiable rule very early: no waste compute. That rule sounds like a performance slogan until it starts killing otherwise normal design decisions. I had already banned ThreadLocal, moved context propagation to Scoped Values, and pushed more of the runtime into…...
#Java #offheap #performance #TLS
https://foojay.io/today/your-tls-stack-is-lying-about-zero-copy/
Your TLS Stack Is Lying to You About Zero-Copy

In a zero-allocation runtime, SSLEngine becomes a structural mismatch. It keeps TLS on the heap-facing side of the JVM...

foojay

@lobocode I've been listening to #offheap
It's Java centric but they touch on other tech related topics sometimes

https://www.javaoffheap.com/

Java Offheap – Where you get your Java News