Performance Passing this::method reference within a loop affects performance 1st December 201810th February 2019Ionut Balosin Motivation The problem I would like address affects the performance in case this::method reference is passed to another method (especially within a long running loop), hence it is important to be…Continue readingPassing this::method reference within a loop affects performance
Performance Optional API vs Explicit Null Check Race 16th May 20184th June 2018Ionut Balosin In the current article I propose to analyze what happens and how it behaves, from a performance standpoint, in case of using the Optional API feature added in JDK 8…Continue readingOptional API vs Explicit Null Check Race