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
There are several places in the framing code for event stream that operates on generic buffers. However, when B = Bytes, this can be optimized to be zero-copy. Addressing these should reduce the amount of copies required for performance-sensitive use cases
Buffers are not always pre-allocated to the correct size