Apache9 commented on PR #5576:
URL: https://github.com/apache/hbase/pull/5576#issuecomment-1854034262

   In general, if we choose to use VLong, it means usually the value will be 
small, for example, only 1 or 2 bytes, so I wonder whether your JMH covers the 
most common scenario? For random long value which is encoded as VLong, I think 
read 8 bytes at once will be faster, but what if the values are often only 1 or 
2 bytes?
   
   Thanks.


-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to