Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F51F175B9 for ; Wed, 24 Jun 2015 11:59:05 +0000 (UTC) Received: (qmail 79560 invoked by uid 500); 24 Jun 2015 11:59:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79517 invoked by uid 500); 24 Jun 2015 11:59:05 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 79500 invoked by uid 99); 24 Jun 2015 11:59:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 11:59:05 +0000 Date: Wed, 24 Jun 2015 11:59:05 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12345) Unsafe based Comparator for BB MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-12345: ----------------------------------- Attachment: HBASE-12345_V3.patch Patch V3 with bit more optimization as was done in Bytes unsafe compare logic. Only at time of comparison the reverse bytes op is done. When bytes are same no need for this op at all. Also added clear doc in UnsafeUtil APIs that we treat bytes in big endian format. > Unsafe based Comparator for BB > ------------------------------- > > Key: HBASE-12345 > URL: https://issues.apache.org/jira/browse/HBASE-12345 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Attachments: HBASE-12345.patch, HBASE-12345_V2.patch, HBASE-12345_V3.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)