Details
Description
While testing with some other perf comparisons I have noticed that the above method (which is very hot in read path) is not getting inline
@ 16 org.apache.hadoop.hbase.util.Bytes$LexicographicalComparerHolder$UnsafeComparer::compareTo (364 bytes) hot method too big
We can do minor refactoring to make it inlineable.