Fluxtion can generate ahead of time high performance event processors that are suitable for the most demanding low
latency environments. This section documents the performance results for a test project. (more…)
Read more »
Java 9 will be upon us soon (currently scheduled for July 2017), and while it doesn’t include as many API changes as Java 8, it does include quite a few impl... (more…)
Read more »
Futures are an interesting conecpt in concurrent and parallel programming. I’ve written about them several time, the last time in Advanced Futures With Play Framework. Streams are a concept which came with Java 8 to operate on a stream of objects, transfo... (more…)
Read more »
Using VAVR's Either type we can express failure scenarios in our type signatures. These container values can be used to write composable code. (more…)
Read more »
This is the main body of the JEP 450: Compact Object Headers (Experimental).
It is also a follow-up to #20640, which now also includes (and supersedes) #20603 and #20605, plus the Tiny Class-Pointe... (more…)
Read more »