jinhyukify commented on PR #7934:
URL: https://github.com/apache/hbase/pull/7934#issuecomment-4063408481

   @Apache9 Thank you for checking!
   
   > And why not read 8 bytes at once?
   
   The existing hashes (Jenkins, Murmur, Murmur3) are all 4-byte based, so they 
operate on 4-byte chunks. There is currently no place in the algorithms where 
8-byte reads are used.
   
   In theory we could read 8 bytes and split them into two ints, but given the 
current structure it would not provide much benefit. If we add hash functions 
that operate on 8-byte words in the future, we could revisit this.


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