microsoft/Microsoft.IO.RecyclableMemoryStream 2.3.2
microsoft/Microsoft.IO.RecyclableMemoryStream
Captured source
source ↗GH
Source ↗published Mar 2, 2023seen 1dcaptured 9hhttp 200method plain
Microsoft.IO.RecyclableMemoryStream 2.3.2
Repository: microsoft/Microsoft.IO.RecyclableMemoryStream
Tag: 2.3.2
Published: 2023-03-02T23:13:31Z
Prerelease: no
Release notes: Optimizations:
- Calculating blocks and offsets was made more efficient by using
Math.DivRem. - Reading and writing to the stream was made more efficient with fewer array accesses.
CopyTowas overridden to avoid using the slower default implementation.