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
feat(serialization): support arbitrary sizes for the internal serialization buffer
* Added an option to set the min size of the serialization buffer
Added an option to set the min size of the temporary serialization buffer, plus added an optimization so a buffer is not copied after serialization when not needed.
* fixed code review
0 commit comments