NativeMemoryArray icon indicating copy to clipboard operation
NativeMemoryArray copied to clipboard

Add support for NativeMemoryArray backed by a memory mapped file or just an external pointer in general?

Open mdsitton opened this issue 2 years ago • 0 comments

This would be extremely useful in some cases where one may want to mix memory mapped files and standard i/o through streams with mixed data sources while reducing data copying.

mdsitton avatar Oct 13 '23 22:10 mdsitton