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
The ByteBuffer docs fail to mention that it's a value type. We should fix that.
Given that BB also has a few tricks up its sleeve (reader/writerIndex, self-slicing are part of the struct) we should also add that you can perform some mutations without even suffering CoW :)
The text was updated successfully, but these errors were encountered:
The ByteBuffer docs fail to mention that it's a value type. We should fix that.
Given that BB also has a few tricks up its sleeve (reader/writerIndex, self-slicing are part of the
struct
) we should also add that you can perform some mutations without even suffering CoW :)The text was updated successfully, but these errors were encountered: