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
What maintenance task do you propose? Please describe.
In the code new MemoryStream()s are created 7 times. This could be optimized with pooling by using the Microsoft.IO.RecyclableMemoryStream nuget.
Purpose of the Task
Explain why this task is necessary
Improved performance.
Potential Issues
Identify any potential issues that might arise from this task
Can't think of any.
Maintenance Task Request
Task Overview
What maintenance task do you propose? Please describe.
In the code new
MemoryStream()
s are created 7 times. This could be optimized with pooling by using theMicrosoft.IO.RecyclableMemoryStream
nuget.Purpose of the Task
Explain why this task is necessary
Improved performance.
Potential Issues
Identify any potential issues that might arise from this task
Can't think of any.
Additional Context
Add any other context
Repo: RecyclableMemoryStream
The text was updated successfully, but these errors were encountered: