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
Looks like refactoring between 2.3.3 and 2.4.0 broke handling of allocation of non-default buffers; what happens is that allocated buffer size ends up being default even if caller specifies alternate minimum size.
This ends up causing performance regression for jackson-dataformat-cbor (but not other encoders, at least not json or smile) since it defaults to bigger buffer size for write encoding.
The text was updated successfully, but these errors were encountered:
Looks like refactoring between 2.3.3 and 2.4.0 broke handling of allocation of non-default buffers; what happens is that allocated buffer size ends up being default even if caller specifies alternate minimum size.
This ends up causing performance regression for
jackson-dataformat-cbor
(but not other encoders, at least not json or smile) since it defaults to bigger buffer size for write encoding.The text was updated successfully, but these errors were encountered: