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
Currently, the Buffer.equals will copy the underlying byte buffer and perform a Arrays.equal on them, which is simple enough but may not be very efficient if done frequently. Monitor this and if proven to be too slow/resource intense then just implement an Arrays.equals ourselves.
The text was updated successfully, but these errors were encountered:
Currently, the Buffer.equals will copy the underlying byte buffer and perform a Arrays.equal on them, which is simple enough but may not be very efficient if done frequently. Monitor this and if proven to be too slow/resource intense then just implement an Arrays.equals ourselves.
The text was updated successfully, but these errors were encountered: