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
Sometimes my reader has already implemented BufRead, which means it has a buffer inside. But FrameDecoder will read data into its inner buffer, resulting in an extra copy.
Like
lzzzz::lz4f::BufReadDecompressor.Sometimes my reader has already implemented
BufRead, which means it has a buffer inside. ButFrameDecoderwill read data into its inner buffer, resulting in an extra copy.