In this episode, David Delabassee discusses the new Vector API that will start to incubate in JDK 16... (more…)
Read more »
Introduce an API to allow Java programs to safely and efficiently access foreign memory outside of the Java heap. (more…)
Read more »
Let's look at the newer, slightly modified syntax for switch, called Switch Expressions. With it, case distinctions can be formulated much more elegantly than before. (more…)
Read more »
I have made various contributions to the RoaringBitmap Java library since early 2017, often creating performance improvements. Sometimes these performance improvements are completely transparent and just kick in when users update version, but some of them... (more…)
Read more »
Manifold plugs into Java to supplement it with game-changing features, from Type-safe Metaprogramming, Structural Typing, and Extension Methods to an integrated Template Engine and a Preprocessor. ... (more…)
Read more »