DateTimeFormatter.BASIC_ISO_DATE.format(LocalDate localDate)
works extremely slow.
After collecting some statistic I have found that it takes 42836 ms per 119300 invocations.
I wonder why it is so slow and what is the best way to parse the same result faster?
Also, the same for the LocalDate#format - 27856ms per 71038 invocations