-
- Downloads
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.
Please register or sign in to comment
Previously, the buffer was reallocated for every block copied. This change ensures that the same buffer is being reused.