Enhance the Java language with derived creation for records. Since records are
immutable values, developers frequently create new records to reflect new data;
derived creation streamlines code by deriving a new record from an existing
record, updating onl... (more…)
Read more »
A few weeks ago I got to make some of my code 1000 times faster, without
changing the underlying complexity! As the title implies, this involved making
Java reflection calls faster. (more…)
Read more »
A Java library for safely accessing private fields and methods - Ewpratten/legalaccess... (more…)
Read more »
Thread dumps are vital artifacts to debug & troubleshoot production performance problems. Thread dump files tend to span for several hundreds of lines (sometimes a few thousands of lines). It i… (more…)
Read more »