EdColeman commented on issue #2812:
URL: https://github.com/apache/accumulo/issues/2812#issuecomment-1189370315

   Looking at the method in 'Key' the method that performs the equality check 
on a byte array private static boolean isEqual(byte[] a1, byte[] a2) is already 
optimized for Accumulo row comparisons, checking the last few bytes first and 
does not seem to need additional optimization.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to