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
This tracks work to use reference-counted copy-on-write buffers when the payload of an existential does not fit in the inline buffer. This will avoid some malloc() allocation of buffers in exchange for reference counts and uniqueness checks, which we expect to be an overall win for performance.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: f4fe9f3489eca1390e7a47d05b48b7a5
Issue Description:
This tracks work to use reference-counted copy-on-write buffers when the payload of an existential does not fit in the inline buffer. This will avoid some malloc() allocation of buffers in exchange for reference counts and uniqueness checks, which we expect to be an overall win for performance.
The text was updated successfully, but these errors were encountered: