cyanfish / grpc-dotnet-namedpipes

Named pipe transport for gRPC in C#/.NET
Apache License 2.0
190 stars 48 forks source link

Consider using System.IO.Pipelines #3

Closed taori closed 3 years ago

taori commented 4 years ago

Have you considered using System.IO.Pipelines to reduce allocation and increase throughput?

cyanfish commented 4 years ago

I haven't looked into it much. If you can find a way to use it with tangible performance benefits, I'm happy to review.

cyanfish commented 3 years ago

Closing this because I don't think it will have a significant impact. Happy to reopen if anyone has reason otherwise.