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
mp: use referenced values when composing CFL object
When creating a CFL object from a MessagePack buffer, now the strings and bytes
data types are created as references, that means we don't copy the data to the
new buffer.
This change has been made for performance reasons by using the updated CFL
library v0.5.0.
Signed-off-by: Eduardo Silva <[email protected]>
0 commit comments