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
`NewZstdCompressor` gets a compression buffer from the pool.
We must make sure to give that same buffer back to the pool on close.
Since `CompressZstd` can allocate a new buffer, we have to track the
buffer we got from the pool separately in order to correctly put it
back.
0 commit comments