yeah, some exploration lead to the fact that it wa...
# announcements
u
yeah, some exploration lead to the fact that it was not actually the deserialization, but the fact that we joined the inbound List<Strings>. Kotlin uses StringBuilder while our javapath uses StringJoiner to do that, and it seems to us that the StringJoiner path is faster.