We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem description Consider the following classes and/or methods:
BitConverter.readInt
BitConverter
ByteArraySegment
BufferView.equals
ByteArrayComparator
Explore ways to have these use as much native code/HW instructionset as possible in order to make them more efficient.
Problem location Common.
Suggestions for an improvement
ByteBuffer
java.util.Arrays
BitwiseComparator
ArrayViewComparator
BufferViewComparator
The text was updated successfully, but these errors were encountered:
andreipaduroiu
Successfully merging a pull request may close this issue.
Problem description
Consider the following classes and/or methods:
BitConverter.readInt
,BitConverter
readLong` (and all associated overloads and methods)ByteArraySegment
BufferView.equals
ByteArrayComparator
Explore ways to have these use as much native code/HW instructionset as possible in order to make them more efficient.
Problem location
Common.
Suggestions for an improvement
ByteBuffer
insideByteArraySegment
.java.util.Arrays
class.ByteArrayComparator
toBitwiseComparator
and expose 3 final members:ByteArrayComparator
,ArrayViewComparator
andBufferViewComparator
.The text was updated successfully, but these errors were encountered: