-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters