stevenschlansker opened a new pull request, #21073:
URL: https://github.com/apache/kafka/pull/21073

   The `Arrays.compare` method has a vectorized compiler intrinsic available 
and should offer better performance than a hand-rolled loop.
   
   The JDK implementation is at least able to compare 8 bytes at a time instead 
of 1 byte at a time, and avoids repeated bounds-checking.
   
   This operation is performance-sensitive if you use in-memory stores, since 
it is used to navigate the TreeMap backing the store.
   


-- 
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