You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the StrictNullChecks option was disabled by default, which compromised null safety.
Therefore, I propose to enable this option by default in 3.0.
As a side note, since 2.19, improvements in #885 have significantly reduced the throughput degradation when the StrictNullChecks option is enabled, and the deserialization performance is almost the same as when it is disabled.
Thus, performance concerns have at least been addressed.
Please vote with 👍 or 👎.
The text was updated successfully, but these errors were encountered:
Previously, the
StrictNullChecks
option was disabled by default, which compromised null safety.Therefore, I propose to enable this option by default in
3.0
.As a side note, since 2.19, improvements in #885 have significantly reduced the throughput degradation when the
StrictNullChecks
option is enabled, and the deserialization performance is almost the same as when it is disabled.Thus, performance concerns have at least been addressed.
Please vote with 👍 or 👎.
The text was updated successfully, but these errors were encountered: