-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Microsoft.IO.RecyclableMemoryStream #16946
Comments
I noticed that you suggested this in Oqtane Framework too :) I just read about the |
Thank you for submitting your first issue, awesome! 🚀 We're thrilled to receive your input. If you haven't completed the template yet, please take a moment to do so. This ensures that we fully understand your feature request or bug report. On what happens next, see the docs. |
I am very familiar with From the PR I see we use However there might be other places where we don't use |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
Is your feature request related to a problem?
No.
Describe the solution you'd like
In the code, new
MemoryStream()
s could be optimized with pooling by using the Microsoft.IO.RecyclableMemoryStream nuget.The text was updated successfully, but these errors were encountered: