-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Labels
area/performancekind/enhancementImprovements that should be madeImprovements that should be madeversion/0.9.0
Description
Problem description
Consider the following classes and/or methods:
BitConverter.readInt,BitConverterreadLong` (and all associated overloads and methods)ByteArraySegmentBufferView.equalsByteArrayComparator
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
- Consider using
ByteBufferinsideByteArraySegment. - Consider upgrading to Java 11 and make use of the intrisic methods added in the
java.util.Arraysclass. - Rename
ByteArrayComparatortoBitwiseComparatorand expose 3 final members:ByteArrayComparator,ArrayViewComparatorandBufferViewComparator.
Metadata
Metadata
Assignees
Labels
area/performancekind/enhancementImprovements that should be madeImprovements that should be madeversion/0.9.0