Dmytro DumanskiyinJavarevisitedMicro 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, 20204Sep 3, 20204
Dmytro DumanskiyinJavarevisitedMicro 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, 20204Aug 20, 20204
Dmytro DumanskiyinJavarevisitedMicro 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, 20202Aug 6, 20202
Dmytro DumanskiyinJavarevisitedMicro optimizations in Java. String.equals()Hello everybody,Jul 28, 20205Jul 28, 20205