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
We have some APIs that expect byte[], some that expect ByteBuffer and some that can handle both. I think we can switch all of them to ByteBuffer since it's apparently cheap.
Furthermore, we copy a lot. That should be reduced.
The text was updated successfully, but these errors were encountered:
We have some APIs that expect
byte[]
, some that expectByteBuffer
and some that can handle both. I think we can switch all of them toByteBuffer
since it's apparently cheap.Furthermore, we copy a lot. That should be reduced.
The text was updated successfully, but these errors were encountered: