Performance optmisation for COPY-STREAM-TO-STREAM
Previously, the buffer was reallocated for every block copied. This change ensures that the same buffer is being reused.
Loading
Please sign in to comment
Previously, the buffer was reallocated for every block copied. This change ensures that the same buffer is being reused.