Akka.Remote: design System.Memory
APIs for all Transport
implementations
#6059
Labels
System.Memory
APIs for all Transport
implementations
#6059
Is your feature request related to a problem? Please describe.
In order for #3740 to have any real-world benefit, the
Transport
implementations that consume the output from serialization also need to supportSystem.Memory
constructs so we can avoid unnecessary copying.Describe the solution you'd like
Ideally, we should replace all
byte[]
parameter overloads withMemory<T>
orReadOnlySequence<T>
etc. Needs a full spec.Related: Artery APIs will need to support this from day 1 #4007
The text was updated successfully, but these errors were encountered: