With `jackson-module-kotlin 2.19`, you will be abl...
# opensource
w
With
jackson-module-kotlin 2.19
, you will be able to take advantage of the significant throughput improvements in `StrictNullChecks`(currently only available in snapshots) 🎉 Since this change is partially destructive, the replacement will be phased in. https://github.com/FasterXML/jackson-module-kotlin/pull/885 Previously, the worst-case throughput drop was more than 30%, but with this improvement, the drop is now limited to about 2% at worst (almost a margin of error, considering the fluctuations in the benchmark scores). https://github.com/k163377/strict-null-checks-benchmark Also, based on this performance improvement, we are considering enabling
StrictNullChecks
by default in
3.0
, so please vote for it. https://github.com/FasterXML/jackson-module-kotlin/issues/886