Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
proton-j-0.31.0
-
None
Description
Optimize the hashCode operation to better deal with spans that are within a single array when the buffer contains more than one.
Optimize the multi array hashCode operation to traverse the arrays as a single operation instead of traversing the arrays using a series of indexed get calls.