You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IManagedByteBuffer blocks any potential plans to use unmanaged memory as an optimization for our memory allocators. It's a legacy API used for older target frameworks but all use cases can now be replaced with IMemoryOwner<byte> since we have polyfilled the span APIs.
We should do so then remove the API.
The text was updated successfully, but these errors were encountered:
IManagedByteBuffer
blocks any potential plans to use unmanaged memory as an optimization for our memory allocators. It's a legacy API used for older target frameworks but all use cases can now be replaced withIMemoryOwner<byte>
since we have polyfilled the span APIs.We should do so then remove the API.
The text was updated successfully, but these errors were encountered: