Also for some other match.. methods in KeyValue. Could we make it flattened for those method call?
Best Regards, Julian

On Dec 09, 2012, at 10:37 PM, Julian Zhou <[email protected]> wrote:

Maybe a little picky, from performance point of view, is it necessary of "KeyValue.compareRows", since it directly call "Bytes.compareTo.." without other logic. Since method invoking cost some byte codes, considering the KeyValue.compareRows is called very frequently for StoreScanner, etc. Is it necessary to replace it with raw  "Bytes.compareTo.."?
Best Regards, Julian

Reply via email to