justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

Support for new Span<T> and ArraySegment<T> semantics #34

Open vpenades opened 5 years ago

vpenades commented 5 years ago

Along with the support for NetStandard support, proposed in another issue...

Could it be possible to have Span and ArraySegment semantics for reading/writing ?

onehundredfeet commented 2 years ago

Just wanted to add my support to this one.