Published inJavarevisitedMicro optimizations in Java. String.replaceAllIn this post, we will discuss the usage of another prevalent code constructions, the String.replaceAll and String.replace methods, and we…Sep 3, 2020A response icon5Sep 3, 2020A response icon5
Published inJavarevisitedMicro optimizations in Java. Good, nice and slow EnumEnums are crucial part of every application larger than “Hello World“. We use them everywhere. They are actually very useful: they…Aug 20, 2020A response icon4Aug 20, 2020A response icon4
Published inJavarevisitedMicro optimizations in Java. String.equalsIgnoreCase()So, in the previous post, we considered two approaches to improve the performance of the well-known String.equals() method. Now, we’ll…Aug 6, 2020A response icon2Aug 6, 2020A response icon2
Published inJavarevisitedMicro optimizations in Java. String.equals()Hello everybody,Jul 28, 2020A response icon5Jul 28, 2020A response icon5