Skip to content
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

Is there a plan to contribute to the dotnet/runtime? #263

Closed
Varorbc opened this issue Feb 3, 2023 · 4 comments
Closed

Is there a plan to contribute to the dotnet/runtime? #263

Varorbc opened this issue Feb 3, 2023 · 4 comments

Comments

@Varorbc
Copy link

Varorbc commented Feb 3, 2023

Is there a plan to contribute to the dotnet/runtime?

@benmwatson
Copy link
Member

It has been discussed internally before.

It's fairly niche functionality, so I'm not sure it's a good fit.

@Varorbc
Copy link
Author

Varorbc commented Feb 4, 2023

Maybe you could try it first

@MichelZ
Copy link

MichelZ commented Feb 12, 2023

They do have <some> overlapping functionality already with ArrayPool<T>, MemoryPool<T> right?

@benmwatson
Copy link
Member

Yes, there is overlapping functionality. I think that one potential issue is that RecyclableMemoryStream is very opinionated. It has been made more generic over the years, but it really wants you to use it in a particular way. I think that is a justifiable concern for inclusion in the runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants