fwiw re jackson performance — jackson init takes s...
# jackson-kotlin
m
fwiw re jackson performance — jackson init takes something like 800ms for me, but i just start a thread pool at the top of
main
and submit a Callable which I then block on when I actually need the
ObjectMapper
later in initialization, which hides basically all of that.