CurtHagenlocher opened a new issue, #99:
URL: https://github.com/apache/arrow-dotnet/issues/99

   ### Describe the enhancement requested
   
   Use `System.Runtime.InteropServices.NativeMemory` on modern .NET. 
`AlignedAlloc` and `AlignedFree` seem particularly useful for Arrow buffers.
   
   Instead of using `#if` regions to distinguish between flavors of .NET, a 
better approach might be to create a `NativeMemory`-compatible wrapper for 
downlevel versions that front-ends something like the existing code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to