Deep dive into Project Loom, fibers and tail calls in the JVM Links: * more on the talk: https://2020.accento.dev/talks/project-loom/ * more on Ron: https://... (more…)
Read more »
We are pleased to announce the general availability of GlassFish
5.0, the Java EE 8 Open Source Reference Implementation and that
the Java EE 8 umbrella... (more…)
Read more »
Author: Vlad Mihalcea I work as a Hibernate Developer Advocate, I wrote the High-Performance Java Persistence book and video course series. I speak at conferences and I created several open-source projects, like FlexyPool, hibernate-types, and db-util. Tw... (more…)
Read more »
It is not uncommon that we need to represent an array of Boolean (true or false) values. There are multiple ways to do it. The most natural way could be to construct an array of booleans (the native Java type). It is likely that when stored in an array, J... (more…)
Read more »
Getting the most out of the Satoris hotspot metering extension...
Read more »