Open bcluap opened 4 years ago
A flame graph of a load test pointed out a lot of CPU cycles on these String.formats. JMH shows that String.format is 40X slower than a plain concat of the 3 strings
A flame graph of a load test pointed out a lot of CPU cycles on these String.formats. JMH shows that String.format is 40X slower than a plain concat of the 3 strings